| 927 | } |
| 928 | |
| 929 | void GenerateIcoSphere(float size, unsigned int recursionLevel, const Matrix4f& matrix, const Rectf& textureCoords, VertexPointers vertexPointers, IndexIterator indices, Boxf* aabb, unsigned int indexOffset) |
| 930 | { |
| 931 | IcoSphereBuilder builder(matrix); |
| 932 | builder.Generate(size, recursionLevel, textureCoords, vertexPointers, indices, aabb, indexOffset); |
| 933 | } |
| 934 | |
| 935 | void GeneratePlane(const Vector2ui& subdivision, const Vector2f& size, const Matrix4f& matrix, const Rectf& textureCoords, VertexPointers vertexPointers, IndexIterator indices, Boxf* aabb, unsigned int indexOffset) |
| 936 | { |