mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
359 B
359 B
ModelNode
Constructor
ModelNode(gl: WebGLRenderingContext, props: Object) or ModelNode(model: Model, props: Object)
propsis the same props asModel- Additionally you can pass
props.managedResourcesarray of objects that this model owns. Will automatically calldelete()on all of them when you callModelNode.delete()