Uses of Class
com.badlogic.gdx.graphics.g3d.model.MeshPart
-
Packages that use MeshPart Package Description com.badlogic.gdx.graphics.g3d com.badlogic.gdx.graphics.g3d.model com.badlogic.gdx.graphics.g3d.utils -
-
Uses of MeshPart in com.badlogic.gdx.graphics.g3d
Fields in com.badlogic.gdx.graphics.g3d declared as MeshPart Modifier and Type Field Description MeshPartRenderable. meshPartTheMeshPartthat contains the shape to renderFields in com.badlogic.gdx.graphics.g3d with type parameters of type MeshPart Modifier and Type Field Description Array<MeshPart>Model. meshPartsparts of meshes, used by nodes that have a graphical representation FIXME not sure if superfluous, stored in Nodes as well, could be useful to create bullet meshes -
Uses of MeshPart in com.badlogic.gdx.graphics.g3d.model
Fields in com.badlogic.gdx.graphics.g3d.model declared as MeshPart Modifier and Type Field Description MeshPartNodePart. meshPartThe MeshPart (shape) to render.Methods in com.badlogic.gdx.graphics.g3d.model that return MeshPart Modifier and Type Method Description MeshPartMeshPart. set(MeshPart other)Set this MeshPart to be a copy of the other MeshPartMeshPartMeshPart. set(java.lang.String id, Mesh mesh, int offset, int size, int type)Set this MeshPart to given values, does notupdate()the bounding box values.Methods in com.badlogic.gdx.graphics.g3d.model with parameters of type MeshPart Modifier and Type Method Description booleanMeshPart. equals(MeshPart other)Compares this MeshPart to the specified MeshPart and returns true if they both reference the sameMeshand theoffset,sizeandprimitiveTypemembers are equal.MeshPartMeshPart. set(MeshPart other)Set this MeshPart to be a copy of the other MeshPartConstructors in com.badlogic.gdx.graphics.g3d.model with parameters of type MeshPart Constructor Description MeshPart(MeshPart copyFrom)Construct a new MeshPart which is an exact copy of the provided MeshPart.NodePart(MeshPart meshPart, Material material) -
Uses of MeshPart in com.badlogic.gdx.graphics.g3d.utils
Methods in com.badlogic.gdx.graphics.g3d.utils that return MeshPart Modifier and Type Method Description MeshPartMeshBuilder. getMeshPart()MeshPartMeshPartBuilder. getMeshPart()MeshPartMeshBuilder. part(java.lang.String id, int primitiveType)Starts a new MeshPart.MeshPartMeshBuilder. part(java.lang.String id, int primitiveType, MeshPart meshPart)Starts a new MeshPart.MeshPartModelBuilder. part(java.lang.String id, Mesh mesh, int primitiveType, int offset, int size, Material material)Adds the specified mesh part to the current node.MeshPartModelBuilder. part(java.lang.String id, Mesh mesh, int primitiveType, Material material)Adds the specified mesh part to the current node.Methods in com.badlogic.gdx.graphics.g3d.utils with parameters of type MeshPart Modifier and Type Method Description voidMeshBuilder. addMesh(MeshPart meshpart)voidMeshPartBuilder. addMesh(MeshPart meshpart)Copies a MeshPart to the mesh (part) currently being build.MeshPartMeshBuilder. part(java.lang.String id, int primitiveType, MeshPart meshPart)Starts a new MeshPart.voidModelBuilder. part(MeshPart meshpart, Material material)Adds the specified MeshPart to the current Node.
-