Added river terrain test mesh, each model's manifest file is now simply named manifest.yaml instead of model_folder_name.yaml.

This commit is contained in:
2019-08-07 10:43:04 -05:00
parent 2e69647ae3
commit 1b6f8cf880
16 changed files with 22195 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ class IMICFPS
end
def bind_model(package, name)
model = ModelLoader.new(manifest_file: IMICFPS.assets_path + "/#{package}/#{name}/#{name}.yaml", entity: @dummy_entity)
model = ModelLoader.new(manifest_file: IMICFPS.assets_path + "/#{package}/#{name}/manifest.yaml", entity: @dummy_entity)
raise "model isn't a model!" unless model.is_a?(ModelLoader)
@bound_model = model