Login  Register

units for position & velocity

Posted by BrickFarmer on Sep 03, 2014; 3:05pm
URL: https://forum.jogamp.org/units-for-position-velocity-tp4033023.html

I managed to rebuild JOAL to work under OSX 10.8.5, and it seems to be working fine for me :) but I'm wondering what units the following calls are using.

        al.alSourcefv(source[0], AL.AL_POSITION, sourcePos, 0);
        al.alSourcefv(source[0], AL.AL_POSITION, sourceVel, 0);

meters and meters/second? or none at all?