Record Class MeshMaterialMatrix

java.lang.Object
java.lang.Record
com.marginallyclever.ro3.apps.viewport.renderpass.MeshMaterialMatrix
Record Components:
meshInstance - The mesh to render.
material - The material with which to render the mesh.
matrix - The transformation matrix to apply to the mesh.

public record MeshMaterialMatrix(MeshInstance meshInstance, Material material, javax.vecmath.Matrix4d matrix) extends Record
A mesh and the material to render it with.