Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I'm trying to get type of node: local nodeType = irrGetSceneNodeProperty(node, "Type"); but it is not working. I get an error: "Property does not exist: Type" Why? Documentation says, there is such property of node. When I try: irrGetSceneNodeMaterialProperty(node, 0, "Type"); everything is ok, but for node it doesn't work. |
||||
|
Yes, type doesn't seem to work at all, sorry. |
||||
|
|