2
0
Mark Sibly 8 жил өмнө
parent
commit
c5f44eef71

+ 2 - 0
modules/mojo3d/tests/makequad.monkey2

@@ -52,6 +52,8 @@ Class MyWindow Extends Window
 		
 		Local mesh:=New Mesh( vertices,indices )
 		
+		mesh.UpdateNormals()
+		
 		'create model for the mesh
 		'
 		_model=New Model