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 thematerial
record 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 aMeshMaterialMatrix
record class. -
Uses of Material in com.marginallyclever.ro3.mesh.load
Methods in com.marginallyclever.ro3.mesh.load with parameters of type MaterialModifier and TypeMethodDescriptionvoid
LoadMTL.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 Material
RayPickSystem.getMaterial
(Node meshInstance) Find the nearestMaterial
in the scene graph, starting from the givenMeshInstance
.