Files
OpenSpace/data/scene/examples/luatransforms/translate.lua

7 lines
155 B
Lua

-- t1: Ingame seconds past the J2000 epoch
-- t2: Wallclock milliseconds past the J2000 epoch
function translation(t1, t2)
return 0.0, 0.0, 0.0
end