You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with models exported from TrenchBroom as they have polygons and the RBDoom OBJ loader expects triangulated data. This parser is really fast according to https://aras-p.info/blog/2022/05/14/comparing-obj-parse-libraries/ and also handles the triangulation part.
There is a problem with models exported from TrenchBroom as they have polygons and the RBDoom OBJ loader expects triangulated data. This parser is really fast according to https://aras-p.info/blog/2022/05/14/comparing-obj-parse-libraries/ and also handles the triangulation part.
https://github.com/guybrush77/rapidobj
The text was updated successfully, but these errors were encountered: