three problems for 1.5...

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
lab_zj
Posts: 26
Joined: Wed May 21, 2008 3:25 am

three problems for 1.5...

Post by lab_zj »

1. IMeshManipulator does not support mesh that using 32-bit index, so, for dynamic mesh with 32-bit index, IMeshManipulator will almost crashed.

2. the skybox and skydome node using same node-type-flag, so when the scene save and reload, the skydome will become skybox. Also, skybox and skydome node does not save it parameters that used to create to file, so when scene save and reload, the sky can't restore to the scene before saved.

3. the camera node does not fully save it animators to .irr file. when saving scene, the camera node (especially for cameraFPS and cameraMAYA) does not save the parameters of animators, so when reload the saved scene, my FPS camera's behavior is very strange because of missing animatorFPS parameters.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Re: three problems for 1.5...

Post by bitplane »

lab_zj wrote:1. IMeshManipulator does not support mesh that using 32-bit index, so, for dynamic mesh with 32-bit index, IMeshManipulator will almost crashed.
Thanks, added to tracker
lab_zj wrote:2. the skybox and skydome node using same node-type-flag, so when the scene save and reload, the skydome will become skybox. Also, skybox and skydome node does not save it parameters that used to create to file, so when scene save and reload, the sky can't restore to the scene before saved.
added...
lab_zj wrote:3. the camera node does not fully save it animators to .irr file. when saving scene, the camera node (especially for cameraFPS and cameraMAYA) does not save the parameters of animators, so when reload the saved scene, my FPS camera's behavior is very strange because of missing animatorFPS parameters.
and again

Thanks for the report :)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply