mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 14:09:05 -06:00
7 lines
182 B
Lua
7 lines
182 B
Lua
-- t1: Ingame seconds past the J2000 epoch
|
|
-- t2: Wallclock milliseconds past the J2000 epoch
|
|
|
|
function rotation(t1, t2)
|
|
return 1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0
|
|
end
|