Browse Source

Primitives: no need to have this stuff public.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
d67c0951f2
  1. 2
      src/Primitives/Implementation/Spheroid.h

2
src/Primitives/Implementation/Spheroid.h

@ -50,10 +50,10 @@ class Spheroid {
Trade::MeshData3D finalize();
private:
UnsignedInt segments;
TextureCoords textureCoords;
private:
std::vector<UnsignedInt> indices;
std::vector<Vector3> positions;
std::vector<Vector3> normals;

Loading…
Cancel
Save