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

@@ -40,7 +40,7 @@ class IMICFPS
if CACHE[@type].is_a?(Hash)
if CACHE[@type][@file_path]
@model = CACHE[@type][@file_path]#.dup # Don't know why, but adding .dup improves performance with Sponza (1 fps -> 20 fps)
# puts "Used cached model for: #{@file_path.split('/').last}"
puts "Used cached model for: #{@file_path.split('/').last}"
found = true
end
end