Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple polygon in cocos3d

I am trying to implement a simple 3d object on the cocos3d template.

Usually you get the object from a POD file or similar.

But what i need is to make it by code in the application.

I have tried CC3BoxNode with CC3BoundingBox. But it isn't what I am looking for.

I need to create something similar to that. enter image description here

like image 963
saimonx Avatar asked Feb 23 '23 21:02

saimonx


1 Answers

Take a look at this example: Bigbot Smash City

like image 125
Mikael Avatar answered Feb 26 '23 10:02

Mikael