mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-25 14:08:58 +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()