aboutsummaryrefslogtreecommitdiff
path: root/samples/SampleAssetViewer/Main.cpp
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
committerAnton Novoselov <[email protected]>2017-08-14 16:41:28 +0300
commit9a1c1d814f3fa0b54b49d90b43130c02bc280f44 (patch)
treeeae6ead883173c66619c30b6a1ed085f3cb70f4d /samples/SampleAssetViewer/Main.cpp
parentUpdated to CL 22627414: (diff)
downloadblast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.tar.xz
blast-9a1c1d814f3fa0b54b49d90b43130c02bc280f44.zip
Updated to CL 22661993:
* docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip
Diffstat (limited to 'samples/SampleAssetViewer/Main.cpp')
-rw-r--r--samples/SampleAssetViewer/Main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/SampleAssetViewer/Main.cpp b/samples/SampleAssetViewer/Main.cpp
index 210bb83..155794a 100644
--- a/samples/SampleAssetViewer/Main.cpp
+++ b/samples/SampleAssetViewer/Main.cpp
@@ -141,6 +141,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
asset.transform.q = PxQuat(r.w, PxVec3(r.x, r.y, r.z).getNormalized());
asset.name = addAssetArg.getValue();
asset.id = asset.name;
+ asset.file = asset.name;
config.additionalAssetList.models.push_back(asset);
}