Hi guys!
In my project,I use models following splines.
I want to draw small cubes in each spot of their path but the CubeSceneNode add a big cube.
Can it become smaller?
Thanks
Cube question
-
olivehehe_03
- Posts: 157
- Joined: Tue Mar 20, 2007 8:30 am
Check the documentation...
virtual ISceneNode* irr::scene::ISceneManager::addCubeSceneNode ( f32 size = 10.0f,
ISceneNode * parent = 0,
s32 id = -1,
const core::vector3df & position = core::vector3df(0, 0, 0),
const core::vector3df & rotation = core::vector3df(0, 0, 0),
const core::vector3df & scale = core::vector3df(1.0f, 1.0f, 1.0f)
) [pure virtual]
Tell me what you cherish most. Give me the pleasure of taking it away.