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 themeshInstancerecord 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 aMeshMaterialMatrixrecord 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 MeshInstanceConstructors in com.marginallyclever.ro3.raypicking with parameters of type MeshInstanceModifierConstructorDescriptionHit(MeshInstance target, double distance, javax.vecmath.Vector3d normal, javax.vecmath.Point3d point, PathTriangle triangle) Creates an instance of aHitrecord class.