Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.
CC3BoundingBox bounds = makeBounds(9.5, 5.0, 4.0, 0, 0, 0);
CC3MeshNode *cube = [[CC3MeshNode alloc] init];
[cube populateAsSolidBox:bounds];

I have tried this but populateAsSolidBox: no longer exists. How can I programmatically create a simple box or cube in the latest cocos3d?

share|improve this question
hello.........? – Bob Sep 27 '12 at 20:09

1 Answer

populateAsSolidBox: exists in cocos 0.7.1 and 0.7.2

Please reference cocos3d's document

by the way, did you #import "CC3ParametricMeshNodes.h"?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.