Uses of Class
com.marginallyclever.ro3.node.nodes.pose.poses.MeshInstance
Packages that use MeshInstance
Package
Description
-
Uses of MeshInstance in com.marginallyclever.ro3.apps.viewport.renderpass
Methods in com.marginallyclever.ro3.apps.viewport.renderpass that return MeshInstanceModifier and TypeMethodDescriptionMeshMaterialMatrix.meshInstance()
Returns the value of themeshInstance
record component.Constructors in com.marginallyclever.ro3.apps.viewport.renderpass with parameters of type MeshInstanceModifierConstructorDescriptionMeshMaterialMatrix
(MeshInstance meshInstance, Material material, javax.vecmath.Matrix4d matrix) Creates an instance of aMeshMaterialMatrix
record class. -
Uses of MeshInstance in com.marginallyclever.ro3.mesh.proceduralmesh
Constructors in com.marginallyclever.ro3.mesh.proceduralmesh with parameters of type MeshInstance -
Uses of MeshInstance in com.marginallyclever.ro3.node.nodes.pose.poses
Constructors in com.marginallyclever.ro3.node.nodes.pose.poses with parameters of type MeshInstance -
Uses of MeshInstance in com.marginallyclever.ro3.raypicking
Methods in com.marginallyclever.ro3.raypicking that return MeshInstanceModifier and TypeMethodDescriptionRayHit.target()
Returns the value of thetarget
record component.Constructors in com.marginallyclever.ro3.raypicking with parameters of type MeshInstanceModifierConstructorDescriptionRayHit
(MeshInstance target, double distance, javax.vecmath.Vector3d normal) Creates an instance of aRayHit
record class.