From 9a1c1d814f3fa0b54b49d90b43130c02bc280f44 Mon Sep 17 00:00:00 2001 From: Anton Novoselov Date: Mon, 14 Aug 2017 16:41:28 +0300 Subject: Updated to CL 22661993: * docs updates * authoring fixes * asset view in sample fix * latest blast_tools_and_samples-windows.zip --- samples/SampleAssetViewer/Main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/SampleAssetViewer/Main.cpp') 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); } -- cgit v1.2.3