Uses of Class
engine.models.RawModel
Packages that use RawModel
-
Uses of RawModel in engine.models
Methods in engine.models that return RawModelConstructors in engine.models with parameters of type RawModel -
Uses of RawModel in engine.renderEngine
Methods in engine.renderEngine that return RawModelModifier and TypeMethodDescriptionLoader.loadToVAO
(float[] positions) Method responsible for loading VAO for GUI Objects.Loader.loadToVAO
(float[] positions, float[] textureCoords, float[] normals, int[] indices) Method used to return RawModel of 3D Object Creates a VAO and then: Indices are stored int an index buffer and bound to the VAO Stores the position data of the vertices into attribute 0 of the VAO Stores the texture coordinates into attribute 1 of the VAO Stores the normal vectors into attribute 2 of the VAO -
Uses of RawModel in engine.terrain
Methods in engine.terrain that return RawModel