Uses of Class
com.marginallyclever.ro3.node.nodes.Material
Packages that use Material
Package
Description
-
Uses of Material in com.marginallyclever.ro3.apps.viewport.renderpass
Methods in com.marginallyclever.ro3.apps.viewport.renderpass that return MaterialModifier and TypeMethodDescriptionMeshMaterialMatrix.material()Returns the value of thematerialrecord component.Constructors in com.marginallyclever.ro3.apps.viewport.renderpass with parameters of type MaterialModifierConstructorDescriptionMeshMaterialMatrix(MeshInstance meshInstance, Material material, javax.vecmath.Matrix4d matrix) Creates an instance of aMeshMaterialMatrixrecord class. -
Uses of Material in com.marginallyclever.ro3.mesh.load
Methods in com.marginallyclever.ro3.mesh.load with parameters of type MaterialModifier and TypeMethodDescriptionvoidLoadMTL.load(BufferedInputStream inputStream, Material material) -
Uses of Material in com.marginallyclever.ro3.node.nodes
Constructors in com.marginallyclever.ro3.node.nodes with parameters of type Material -
Uses of Material in com.marginallyclever.ro3.raypicking
Methods in com.marginallyclever.ro3.raypicking that return MaterialModifier and TypeMethodDescriptionstatic MaterialRayPickSystem.getMaterial(Node meshInstance) Find the nearestMaterialin the scene graph, starting from the givenMeshInstance.