mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
rogueviz::objmodels:: improved preparing
This commit is contained in:
@@ -27,6 +27,8 @@ void model::load_obj(model_data& md) {
|
||||
|
||||
if(!fs.f)
|
||||
throw hr_exception("failed to open model file: " + path + fname);
|
||||
|
||||
preparer();
|
||||
|
||||
vector<hyperpoint> vertices;
|
||||
vector<hyperpoint> normals;
|
||||
|
Reference in New Issue
Block a user