Textures work! that 3 was only getting 2... Added --native to lunch game at native resolution and fullscreen. Added basic plane.

This commit is contained in:
2018-03-20 11:18:16 -05:00
parent afc039ffe6
commit e26796f42c
6 changed files with 27 additions and 21 deletions

View File

@@ -49,11 +49,12 @@ class IMICFPS
def flattened_textures
unless @textures_list
list = []
@faces.each do |face|
@faces.each_with_index do |face, i|
[face[1]].each do |v|
next unless v
list << v.x
list << v.y
list << v.z
end
end