ModelNode.simple constructor
ModelNode.simple({
- required int nodeIndex,
- required Mesh? mesh,
Implementation
ModelNode.simple({
required this.nodeIndex,
required this.mesh,
}) : name = null,
parentNodeIndex = null,
transform = Matrix4.identity(),
joints = {};