I created the .h file from a 3d object that was made in Blender. I want to use this object in cocos3d but i'm not sure where i need to import the file and reference it to be visible in the application?
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.
|
|
|
If your exporting a .h file from Blender, you would need to write your own file reader to use this within in cocos3D. Cocos3D already has native support for the PowerVR POD file format so the ideal solution is to instead export your 3D object as a Collada POD file. You can then run the Collada2POD convertor. A Cocos3D guide for Blender to PowerVR POD is available on Bill Hollings website |
|||
|
|