GLTFContent.add_child_to_node
- GLTFContent.add_child_to_node(parent_node, child_name=None, child_extras=None)[source]
Creates a
GLTFNode
and adds this node to the children ofparent_node
.- Parameters
parent_node (
GLTFNode
)child_name (str)
child_extras (object)
- Returns
GLTFNode