mef @mef

(this is pseudocode so don’t yell at me that this matches no programming language)

banana = read(C:/Users/mef/Documents/Banana.obj)

3Dmath = read(C;/Users/mef/Documents/Vmath3.txt)

while true do

sleep(0.05)

3Dmath.RotateOnAxis(banana,”center”,”y”,2)

end

Oct 28, 2022, 2:16 PM
3

comments

this is very similar to lua

most likely because I mainly code in Lua