I’m using Cocos3D.
There i’ve a list of different CC3Nodes. I want to put an image next to each of it.
My problem is: how to create a new CC3Node and add it as a Child.
I’m using Cocos3D. There i’ve a list of different CC3Node s. I want to
Share
You need to doing something like this:
And for doing this for each Node:
At the end of it, if you want to add these node each node as a child do:
instead of:
I hope it works for you!