Class SphereVBO.VBOSphereMeshBuilder

    • Field Detail

      • sphereVertexBuffer

        protected FloatBuffer sphereVertexBuffer
      • sphereNormalBuffer

        protected FloatBuffer sphereNormalBuffer
      • sphereVertexArray

        protected float[] sphereVertexArray
      • vertexVboId

        protected int vertexVboId
      • normalVboId

        protected int normalVboId
      • hasMountedOnce

        protected boolean hasMountedOnce
    • Constructor Detail

      • VBOSphereMeshBuilder

        public VBOSphereMeshBuilder​(double radius,
                                    int stacks,
                                    int slices)