vrml.copier
Object representing node-copying pass
Classes
An object representing a node-copying pass
__init__(
self
,
shareProtos
= 1
,
instantiation
= 0
)
Instantiate the copier object
# share prototypes, we don't currently support not doing this!
shareProtos -- whether to try to share prototypes between source
and copied nodes
instantiation -- whether this is a prototype-instantiation copy
baseNode -- baseNode for prototype instantiations, this is the
node whose sub-scenegraph is being built by the copier