reVector3Df ?

cdreid

09-01-2011 22:45:38

Ive searched everywhere and cannot find a definition of this type? Anyone have any idea?

betajaen

10-01-2011 00:18:43

Er, What?

cdreid

10-01-2011 00:59:18

It is apparently a datatype somehow corresponding to NxOgre::Vec3 (which i assume corresponds to the Physx::vec3 type) but i cant find anything on it anywhere other than some physx and nxogre source. Ive replaced it with nhogre::Vec3 and it Seems to work---ish.

betajaen

10-01-2011 09:26:30

What on Earth? This isn't NxOgre code surely?

cdreid

11-01-2011 01:37:42

Ive seen it in ODE, Physx and Ogre code strangely enough. It may be a typecast im not sure. REgardless your vec3 class replaces it so problem solved. now to find out why the actual working code crashes me *sigh*

shanefarris

18-01-2011 16:11:48

Where have you seen this? I use my own type called "reVector3Df" for my code, and I've posted a lot of code, so maybe you are confusing my code for "official" Ogre code? If so, simply replace it with the Ogre vector class, its the same thing.

cdreid

18-01-2011 23:52:20

Several places. If you do a VERY intensive web search (and i used to be an SEO so my search's are pretty intensive) you can find references to it being used in several physx engines and outside wrappers. ODE and physx in particular. And if you check these forums there are a couple people i think who use it.