Some cleanup of import files
This commit is contained in:
+4
-4
@@ -9,7 +9,7 @@
|
|||||||
"intelliSenseMode": "windows-msvc-x64",
|
"intelliSenseMode": "windows-msvc-x64",
|
||||||
"inheritEnvironments": [ "msvc_x64" ],
|
"inheritEnvironments": [ "msvc_x64" ],
|
||||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
"buildRoot": "${workspaceRoot}/build",
|
||||||
"installRoot": "C:/Program Files/Seele"
|
"installRoot": "C:/Program Files/Seele"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"ctestCommandArgs": "",
|
"ctestCommandArgs": "",
|
||||||
"inheritEnvironments": [ "msvc_x64" ],
|
"inheritEnvironments": [ "msvc_x64" ],
|
||||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
"buildRoot": "${workspaceRoot}/build",
|
||||||
"intelliSenseMode": "windows-msvc-x64",
|
"intelliSenseMode": "windows-msvc-x64",
|
||||||
"installRoot": "C:/Program Files/Seele"
|
"installRoot": "C:/Program Files/Seele"
|
||||||
},
|
},
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"installRoot": "C:/Program Files/Seele",
|
"installRoot": "C:/Program Files/Seele",
|
||||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||||
"buildCommandArgs": "",
|
"buildCommandArgs": "",
|
||||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
"buildRoot": "${workspaceRoot}/build",
|
||||||
"ctestCommandArgs": "",
|
"ctestCommandArgs": "",
|
||||||
"inheritEnvironments": [ "msvc_x64" ],
|
"inheritEnvironments": [ "msvc_x64" ],
|
||||||
"intelliSenseMode": "windows-msvc-x64"
|
"intelliSenseMode": "windows-msvc-x64"
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"generator": "Visual Studio 17 2022 Win64",
|
"generator": "Visual Studio 17 2022 Win64",
|
||||||
"intelliSenseMode": "windows-msvc-x64",
|
"intelliSenseMode": "windows-msvc-x64",
|
||||||
"inheritEnvironments": [ "msvc_x64" ],
|
"inheritEnvironments": [ "msvc_x64" ],
|
||||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
"buildRoot": "${workspaceRoot}/build",
|
||||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||||
"installRoot": "C:/Program Files/Seele",
|
"installRoot": "C:/Program Files/Seele",
|
||||||
"addressSanitizerEnabled": true
|
"addressSanitizerEnabled": true
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@ void MeshShadingDemoGame::setupScene(PScene scene, PSystemGraph graph)
|
|||||||
//car = new StaticMeshActor(scene, AssetRegistry::findMesh("Volvo", "Volvo S90"));
|
//car = new StaticMeshActor(scene, AssetRegistry::findMesh("Volvo", "Volvo S90"));
|
||||||
chapel = new StaticMeshActor(scene, AssetRegistry::findMesh("Whitechapel", "Whitechapel"));
|
chapel = new StaticMeshActor(scene, AssetRegistry::findMesh("Whitechapel", "Whitechapel"));
|
||||||
//chapel->getTransform().setRotation(Quaternion(Vector(0, 1.5, 0)));
|
//chapel->getTransform().setRotation(Quaternion(Vector(0, 1.5, 0)));
|
||||||
//chapel->getTransform().setScale(Vector(0.01, 0.01, 0.01));
|
chapel->getTransform().setScale(Vector(0.01, 0.01, 0.01));
|
||||||
//test = new StaticMeshActor(scene, AssetRegistry::findMesh("", "Arissa"));
|
//test = new StaticMeshActor(scene, AssetRegistry::findMesh("", "Arissa"));
|
||||||
camera = new FlyCam(scene);
|
camera = new FlyCam(scene);
|
||||||
camera->attachComponent<Component::PointLight>(Vector4(0, 0, 0, 0), Vector4(1, 1, 1, 2));
|
camera->attachComponent<Component::PointLight>(Vector4(0, 0, 0, 0), Vector4(1, 1, 1, 2));
|
||||||
|
|||||||
Reference in New Issue
Block a user