Holy fucking shit I don't want to work on this. Sibly, you son of a ...

This commit is contained in:
Michael Fabain Dirks
2016-05-07 22:49:54 +02:00
parent b75ca4142c
commit aa22d21fb5
2577 changed files with 166501 additions and 194685 deletions
+16
View File
@@ -0,0 +1,16 @@
Graphics3D 800,600,32,2
SetBuffer BackBuffer()
Cam = CreateCamera()
Cube = CreateCube()
MoveEntity(Cam, 0, 0, -5)
While Not KeyHit(1)
TurnEntity Cube, 0.1, 0.1, 0.1
RenderWorld
Flip 0
Wend
EndGraphics
End