[Mess] NxOgre 1.5.4 Release Thread

betajaen

10-05-2009 12:16:23

Release Notes

1.5.4 - Released on 10-05-2009, at http://www.ogre3d.org/addonforums/viewtopic.php?f=6&t=9992

Authors:
[Betajaen] Robin Southern, Lead developer of NxOgre

Summary:
Shape system rewritten to allow functions to change of the shapes during runtime. Added many new functions Real2,Real3,Real4
classes. Rewritten the Matrix44 and introduced Matrix33 class.

Changes:
[1] Real2, Real3, Real3 classes merged into NxOgreRealVector.h/NxOgreRealVector.cpp
[2] Real2, Real3, Real3 functions added.
[3] Matrix44 rewritten
[4] Matrix33 created.
[5] Added functions to all Shape classes for manipulation during run-time.
[6] Volume bug squashed.
[7] Implemented PhysXPointer class for userData in PhysX classes.
[8] Added raycasting functions into Scene, and added appropriate Ray and RaycastHit classes.

Known Issues:
[1] There are some leaks when using the ResourceSystem.


Download

http://nxogre.org/releases/1.5.4/NxOgre ... dyMess.zip

mcaden

15-05-2009 23:06:26

Very nice :)

Any ETA on a CharacterController? Just curious.

betajaen

15-05-2009 23:21:25

It's already in as the KinematicController, but it's very untested and a lot of the possible parameter are hardcoded.

Karan

09-06-2009 01:15:33

Hi,
seems like Actor::putToSleep() isn't implemented. I got a linker error when I called it on an OGRE3DBody...

betajaen

09-06-2009 10:58:18

Yeah. It was noticed by Spacegaier a week or so back. It's implemented in 1.5.5 now.

Karan

09-06-2009 14:50:15

Hi again,
what's wrong with this code fragment? NxOgre::Material* ball_mat = mNxScene->createMaterial(); // it's an NxOgre::Scene
ball_mat->setRestitution(1.3);

ball_mat::mMaterial is NULL in setRestitution() -> access violation.