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

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

Completed in 98 milliseconds