HomeSort by relevance Sort by last modified time
    Searched full:native_to (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_PhysicsSpace.cpp 435 btVector3 native_to = btVector3(); local
436 jmeBulletUtil::convert(env, to, &native_to);
441 AllRayResultCallback resultCallback(native_from, native_to);
444 space->getDynamicsWorld()->rayTest(native_from, native_to, resultCallback);

Completed in 316 milliseconds