Class GaiaVBO

java.lang.Object
com.gaia3d.basic.geometry.GaiaVBO
All Implemented Interfaces:
Serializable

public class GaiaVBO extends Object implements Serializable
A class that represents a VBO (Vertex Buffer Object) for a Gaia object. It is used for opengl rendering. It contains the indices, positions, normals, colors, texture coordinates and texture.
See Also:
  • Constructor Details

    • GaiaVBO

      public GaiaVBO()