![]() |
|
#1
|
|||
|
|||
|
Problems with node.getChild and node.collideBox
I'm having an issue with node.collideBix() preventing the rendering of a node returned from node.getChild("name"). The relevant parts of the script look like this:
Code:
option1 = chassis.add('part1.ive')
display = option1.getChild("display")
display.collideBox()
Don |
|
|