-
Notifications
You must be signed in to change notification settings - Fork 0
class_multimeshinstance
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: geometryinstance\ Category: Core\
Node that instances a multimesh.
- void #set_multimesh( Object multimesh )
- Object #get_multimesh(****) const
MultiMeshInstance is a node that takes a multimesh resource and adds it to the current [Scenario] by creating an instance of it (yes, this is an instance of instances).
== set_multimesh ==
- void #set_multimesh( Object multimesh ) \ Set the multimesh to be instance. == get_multimesh ==
- Object #get_multimesh(****) const \ Return the multimesh that is used for instancing.