Currently, SAModel.Direct3D's obj2nj function only imports OBJ files to basic models with a triangle list. Being able to import to a triangle strip would make the models much more optimized, as well as being required for importing to the chunk model format, which only supports triangle strips.
Currently, SAModel.Direct3D's obj2nj function only imports OBJ files to basic models with a triangle list. Being able to import to a triangle strip would make the models much more optimized, as well as being required for importing to the chunk model format, which only supports triangle strips.