Quantcast
Channel: Intel® Developer Zone - Havok
Viewing all articles
Browse latest Browse all 168

Problem with Havok math classes.

$
0
0

If I try to use any of the Havok math classes (hkMatrix4, hkTransform) as members of a class my software crashes when trying to use them. Ex.

class TestClass
{
public:
    hkMatrix4    _t1;

    void test();

};
void TestClass::test()
{
    _t1.setIdentity();
}

void TestClass::test2()
{

   hkMatrix4    t2;
    t2.setIdentity();
}

The above code will crash on test1 but not test2. Any one know whats going on here?

Cheers,

Keith


Viewing all articles
Browse latest Browse all 168

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>