Terrrain fill dome, added terrain to face count

This commit is contained in:
2018-03-31 21:33:03 -05:00
parent 5a4bafce26
commit bc8c78c90b
3 changed files with 10 additions and 1 deletions

View File

@@ -9,5 +9,11 @@ class IMICFPS
super
glEnable(GL_LIGHTING)
end
def update
super
@y_rotation+=0.01
@y_rotation%=360
end
end
end