Jump to content

[SOLVED] casting ::cast(node) missing in 2.12


photo

Recommended Posts

hey,
I used older versions of Unigine.
When switching to 2.12 I have a problem with casting.
 
Unigine::NodePtr nodePtr = ...,
ObjectMeshSkinnedPtr skinnedPtr = =  ObjectMeshSkinned::cast(nodePtr);
 
Is there a single way to do this?
 
thanks
Link to comment
  • silent changed the title to [SOLVED] casting ::cast(node) missing in 2.12
×
×
  • Create New...