File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7777#include < AperturePBR_Translucent.mdl.h>
7878#include < AperturePBR_Model.mdl.h>
7979#include < AperturePBR_Normal.mdl.h>
80+ #include < AperturePBR_SpriteSheet.mdl.h>
8081#include " ../util/util_env.h"
8182
8283namespace {
@@ -304,6 +305,7 @@ void GameExporter::createApertureMdls(const std::string& baseExportPath) {
304305 writeFile (materialsDirPath + " AperturePBR_Translucent.mdl" , ___AperturePBR_Translucent);
305306 writeFile (materialsDirPath + " AperturePBR_Model.mdl" , ___AperturePBR_Model);
306307 writeFile (materialsDirPath + " AperturePBR_Normal.mdl" , ___AperturePBR_Normal);
308+ writeFile (materialsDirPath + " AperturePBR_SpriteSheet.mdl" , ___AperturePBR_SpriteSheet);
307309}
308310
309311void GameExporter::exportMaterials (const Export& exportData, ExportContext& ctx) {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ libusd_embedded_data_files = files([
1919 ' ../../external/omni_core_materials/Base/AperturePBR_Translucent.mdl' ,
2020 ' ../../external/omni_core_materials/Base/AperturePBR_Model.mdl' ,
2121 ' ../../external/omni_core_materials/Base/AperturePBR_Normal.mdl' ,
22+ ' ../../external/omni_core_materials/Base/AperturePBR_SpriteSheet.mdl' ,
2223])
2324
2425libusd_generated_embedded_files = embedding_compiler.process(libusd_embedded_data_files)
You can’t perform that action at this time.
0 commit comments