Compare commits
35 Commits
8b77b189a8
...
main
Author | SHA1 | Date | |
---|---|---|---|
5bb802f0fc | |||
7d33e2da72 | |||
42c44b9ff1 | |||
defc1cb795 | |||
118e635415 | |||
55e561fd14 | |||
25e7d97b71 | |||
ccd0d045f9 | |||
9431552316 | |||
2c005592f0 | |||
763ecff93d | |||
e527e85b9c | |||
9d0d2d1dfd | |||
7755150ae8 | |||
ddf5ea30a6 | |||
8f0e583c62 | |||
bf1b5d78e5 | |||
3adfddf44f | |||
039b034175 | |||
688fe7ff1c | |||
de16b97f8e | |||
f5331444cb | |||
ae3fc21ffc | |||
315d259acd | |||
2a1b474df0 | |||
d364517633 | |||
ce51c11b31 | |||
0e11ead55b | |||
1af71960c3 | |||
f20adee22f | |||
eb2cd17ec3 | |||
dbd27d1fe7 | |||
d6b7626446 | |||
f9d4523f09 | |||
24203060be |
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,2 +1,3 @@
|
||||
enginecustom/assets/Model/OBJ/*.obj filter=lfs diff=lfs merge=lfs -text
|
||||
enginecustom/assets/Model/OBJ/*.mtl filter=lfs diff=lfs merge=lfs -text
|
||||
doxygen_docs/** filter=lfs diff=lfs merge=lfs -text
|
||||
|
6
.idea/.idea.KhaoticEngineReborn/.idea/copilot.data.migration.agent.xml
generated
Normal file
6
.idea/.idea.KhaoticEngineReborn/.idea/copilot.data.migration.agent.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AgentMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.KhaoticEngineReborn/.idea/copilot.data.migration.edit.xml
generated
Normal file
6
.idea/.idea.KhaoticEngineReborn/.idea/copilot.data.migration.edit.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="EditMigrationStateService">
|
||||
<option name="migrationStatus" value="COMPLETED" />
|
||||
</component>
|
||||
</project>
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/enginecustom/src/src/system/applicationclass.cpp" charset="windows-1252" />
|
||||
<file url="file://$PROJECT_DIR$/enginecustom/src/src/system/application_class.cpp" charset="windows-1252" />
|
||||
<file url="file://$PROJECT_DIR$/enginecustom/src/src/system/imguiManager.cpp" charset="windows-1252" />
|
||||
<file url="PROJECT" charset="windows-1252" />
|
||||
</component>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="LanguageDetectionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="ReassignedToPlainText" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
</profile>
|
||||
</component>
|
206
.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml
generated
206
.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml
generated
@@ -6,11 +6,17 @@
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="e81d6e08-efc7-40a0-909d-ec4943d948e9" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/imgui.ini" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/imgui.ini" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/audio_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/audio_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/identity_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/identity_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/model_path_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/model_path_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/physics_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/physics_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/render_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/render_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/shader_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/shader_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/transform_component.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/transform_component.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/entity_manager.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/ecs/entity_manager.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/imguiManager.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/imguiManager.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/inc/system/modelclass.h" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/inc/system/modelclass.h" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/src/system/imguiManager.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/src/system/imguiManager.cpp" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/enginecustom/src/src/system/modelclass.cpp" beforeDir="false" afterPath="$PROJECT_DIR$/enginecustom/src/src/system/modelclass.cpp" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -24,138 +30,28 @@
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="HighlightingSettingsPerFile">
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="mock:///dummy.cpp" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/d3d11.h" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/dinput.h" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/include/memory" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/include/Inc/VertexTypes.h" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/include/Vulkan/Include/vulkan/vulkan_core.h" root0="SKIP_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/src/shader/CelShadingShader.cpp" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/ComponentFactory.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/identity_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/model_path_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/physics_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/render_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/shader_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/components/transform_component.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/entity.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/entity_manager.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/enginecustom/src/inc/system/ecs/systems/render_system.h" root0="FORCE_HIGHLIGHTING" />
|
||||
<setting file="file://$PROJECT_DIR$/../../IDE_VS/VC/Tools/MSVC/14.38.33130/include/type_traits" root0="SKIP_HIGHLIGHTING" />
|
||||
</component>
|
||||
<component name="KubernetesApiPersistence">{}</component>
|
||||
<component name="KubernetesApiProvider">{
|
||||
"isMigrated": true
|
||||
}</component>
|
||||
<component name="MetaFilesCheckinStateConfiguration" checkMetaFiles="true" />
|
||||
<component name="ProblemsViewState">
|
||||
<option name="selectedTabId" value="CurrentFile" />
|
||||
@@ -164,6 +60,9 @@
|
||||
"associatedIndex": 6
|
||||
}</component>
|
||||
<component name="ProjectId" id="2sGIWDeT5ixyzDQ0he4A3RFpG9W" />
|
||||
<component name="ProjectLevelVcsManager">
|
||||
<ConfirmationsSetting value="2" id="Add" />
|
||||
</component>
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
@@ -172,6 +71,7 @@
|
||||
"keyToString": {
|
||||
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
||||
"C++ Project.enginecustom.executor": "Run",
|
||||
"C/C++ Project.KhaoticDemo.executor": "Run",
|
||||
"C/C++ Project.enginecustom.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"RunOnceActivity.git.unshallow": "true",
|
||||
@@ -183,7 +83,7 @@
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "preferences.build.unityPlugin",
|
||||
"settings.editor.selected.configurable": "preferences.pluginManager",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
}
|
||||
}</component>
|
||||
@@ -314,6 +214,50 @@
|
||||
<workItem from="1746795828588" duration="592000" />
|
||||
<workItem from="1747049871967" duration="9350000" />
|
||||
<workItem from="1747136509645" duration="3939000" />
|
||||
<workItem from="1747258663152" duration="835000" />
|
||||
<workItem from="1747826758888" duration="3587000" />
|
||||
<workItem from="1747830379222" duration="7954000" />
|
||||
<workItem from="1748254142068" duration="10499000" />
|
||||
<workItem from="1748267553700" duration="654000" />
|
||||
<workItem from="1748429087202" duration="7421000" />
|
||||
<workItem from="1748521606678" duration="5300000" />
|
||||
<workItem from="1748859894056" duration="1431000" />
|
||||
<workItem from="1748861785837" duration="357000" />
|
||||
<workItem from="1748865625274" duration="797000" />
|
||||
<workItem from="1748869642637" duration="3049000" />
|
||||
<workItem from="1748954607174" duration="14202000" />
|
||||
<workItem from="1748969487337" duration="402000" />
|
||||
<workItem from="1750187491423" duration="4397000" />
|
||||
<workItem from="1750191969842" duration="162000" />
|
||||
<workItem from="1750248915365" duration="442000" />
|
||||
<workItem from="1750335650897" duration="2051000" />
|
||||
<workItem from="1750344288223" duration="1751000" />
|
||||
<workItem from="1750351735497" duration="9648000" />
|
||||
<workItem from="1750417484899" duration="2384000" />
|
||||
<workItem from="1750420267631" duration="148000" />
|
||||
<workItem from="1750592598277" duration="332000" />
|
||||
<workItem from="1750699146323" duration="10385000" />
|
||||
<workItem from="1750763086646" duration="4874000" />
|
||||
<workItem from="1750770680795" duration="13425000" />
|
||||
<workItem from="1750964683511" duration="27000" />
|
||||
<workItem from="1750964770914" duration="2126000" />
|
||||
<workItem from="1753700140931" duration="918000" />
|
||||
<workItem from="1753701507863" duration="7153000" />
|
||||
<workItem from="1753713925469" duration="1739000" />
|
||||
<workItem from="1754572996727" duration="224000" />
|
||||
<workItem from="1755617169013" duration="222000" />
|
||||
<workItem from="1757101936080" duration="185000" />
|
||||
<workItem from="1757158576637" duration="2501000" />
|
||||
<workItem from="1757167799006" duration="45000" />
|
||||
<workItem from="1757167889796" duration="7081000" />
|
||||
<workItem from="1757175031271" duration="2289000" />
|
||||
<workItem from="1757177353935" duration="676000" />
|
||||
<workItem from="1757182479393" duration="1386000" />
|
||||
<workItem from="1757427950015" duration="2864000" />
|
||||
<workItem from="1757431548883" duration="986000" />
|
||||
<workItem from="1757449929378" duration="1107000" />
|
||||
<workItem from="1757456559331" duration="2094000" />
|
||||
<workItem from="1757458683204" duration="3628000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Minor update - viewport window tweak">
|
||||
<option name="closed" value="true" />
|
||||
|
@@ -1,140 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>17.0</VCProjectVersion>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<ProjectGuid>{9e5ef415-5337-4eed-ae23-edc4b1fff455}</ProjectGuid>
|
||||
<RootNamespace>KhaoticDemo</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v143</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="Shared">
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\enginecustom\enginecustom.vcxproj">
|
||||
<Project>{92cf56c4-76bb-40d4-8fe5-36c15f5f127a}</Project>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Fichiers sources">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Fichiers d%27en-tête">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Fichiers de ressources">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp">
|
||||
<Filter>Fichiers sources</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
@@ -1,4 +0,0 @@
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
@@ -1,72 +0,0 @@
|
||||
/////////////
|
||||
// GLOBALS //
|
||||
/////////////
|
||||
SamplerState SampleType : register(s0);
|
||||
|
||||
Texture2D reflectionTexture : register(t0);
|
||||
Texture2D refractionTexture : register(t1);
|
||||
Texture2D normalTexture : register(t2);
|
||||
|
||||
cbuffer WaterBuffer
|
||||
{
|
||||
float waterTranslation;
|
||||
float reflectRefractScale;
|
||||
float2 padding;
|
||||
};
|
||||
|
||||
|
||||
//////////////
|
||||
// TYPEDEFS //
|
||||
//////////////
|
||||
struct PixelInputType
|
||||
{
|
||||
float4 position : SV_POSITION;
|
||||
float2 tex : TEXCOORD0;
|
||||
float4 reflectionPosition : TEXCOORD1;
|
||||
float4 refractionPosition : TEXCOORD2;
|
||||
};
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Pixel Shader
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
float4 WaterPixelShader(PixelInputType input) : SV_TARGET
|
||||
{
|
||||
float2 reflectTexCoord;
|
||||
float2 refractTexCoord;
|
||||
float4 normalMap;
|
||||
float3 normal;
|
||||
float4 reflectionColor;
|
||||
float4 refractionColor;
|
||||
float4 color;
|
||||
|
||||
// Move the position the water normal is sampled from to simulate moving water.
|
||||
input.tex.y += waterTranslation;
|
||||
|
||||
// Calculate the projected reflection texture coordinates.
|
||||
reflectTexCoord.x = input.reflectionPosition.x / input.reflectionPosition.w / 2.0f + 0.5f;
|
||||
reflectTexCoord.y = -input.reflectionPosition.y / input.reflectionPosition.w / 2.0f + 0.5f;
|
||||
|
||||
// Calculate the projected refraction texture coordinates.
|
||||
refractTexCoord.x = input.refractionPosition.x / input.refractionPosition.w / 2.0f + 0.5f;
|
||||
refractTexCoord.y = -input.refractionPosition.y / input.refractionPosition.w / 2.0f + 0.5f;
|
||||
|
||||
// Sample the normal from the normal map texture.
|
||||
normalMap = normalTexture.Sample(SampleType, input.tex);
|
||||
|
||||
// Expand the range of the normal from (0,1) to (-1,+1).
|
||||
normal = (normalMap.xyz * 2.0f) - 1.0f;
|
||||
|
||||
// Re-position the texture coordinate sampling position by the normal map value to simulate the rippling wave effect.
|
||||
reflectTexCoord = reflectTexCoord + (normal.xy * reflectRefractScale);
|
||||
refractTexCoord = refractTexCoord + (normal.xy * reflectRefractScale);
|
||||
|
||||
// Sample the texture pixels from the textures using the updated texture coordinates.
|
||||
reflectionColor = reflectionTexture.Sample(SampleType, reflectTexCoord);
|
||||
refractionColor = refractionTexture.Sample(SampleType, refractTexCoord);
|
||||
|
||||
// Combine the reflection and refraction results for the final color.
|
||||
color = lerp(reflectionColor, refractionColor, 0.6f);
|
||||
|
||||
return color;
|
||||
}
|
@@ -3,9 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.9.34607.119
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "enginecustom", "enginecustom\enginecustom.vcxproj", "{92CF56C4-76BB-40D4-8FE5-36C15F5F127A}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KhaoticDemo", "KhaoticDemo\KhaoticDemo.vcxproj", "{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KhaoticCore", "enginecustom\enginecustom.vcxproj", "{92CF56C4-76BB-40D4-8FE5-36C15F5F127A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -23,14 +21,6 @@ Global
|
||||
{92CF56C4-76BB-40D4-8FE5-36C15F5F127A}.Release|x64.Build.0 = Release|x64
|
||||
{92CF56C4-76BB-40D4-8FE5-36C15F5F127A}.Release|x86.ActiveCfg = Release|Win32
|
||||
{92CF56C4-76BB-40D4-8FE5-36C15F5F127A}.Release|x86.Build.0 = Release|Win32
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Debug|x64.Build.0 = Debug|x64
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Debug|x86.Build.0 = Debug|Win32
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Release|x64.ActiveCfg = Release|x64
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Release|x64.Build.0 = Release|x64
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Release|x86.ActiveCfg = Release|Win32
|
||||
{9E5EF415-5337-4EED-AE23-EDC4B1FFF455}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@@ -64,7 +64,7 @@ This **DirectX11** based engine uses **ImGui** for the user interface.
|
||||
|
||||
## Demo :
|
||||
|
||||
[](https://youtu.be/DYgT1Nu7B4c)
|
||||
[](https://youtu.be/CbK1a0Ar94Q)
|
||||
|
||||
## Engine Build by :
|
||||
|
||||
|
2924
doxygen.txt
Normal file
2924
doxygen.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
doxygen_docs/html/.stfolder/syncthing-folder-b68556.txt
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/.stfolder/syncthing-folder-b68556.txt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_logger_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_logger_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_main_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_main_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_modellistclass_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_modellistclass_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_modellistclass_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_modellistclass_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_skybox_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_skybox_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/_skybox_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/_skybox_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/alpha__map__shader__class_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/alpha__map__shader__class_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/alpha__map__shader__class_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/alpha__map__shader__class_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/annotated.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/annotated.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/annotated_dup.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/annotated_dup.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/application__class_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/application__class_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/application__class_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/application__class_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/bc_s.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/bc_s.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/bc_sd.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/bc_sd.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/bitmap__class_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/bitmap__class_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/bitmap__class_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/bitmap__class_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/camera__class_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/camera__class_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/camera__class_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/camera__class_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/celshade__class_8cpp_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/celshade__class_8cpp_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/celshade__class_8h_source.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/celshade__class_8h_source.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_frustum_class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_frustum_class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_frustum_class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_frustum_class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_logger-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_logger-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_logger.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_logger.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_logger.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_logger.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_model_list_class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_model_list_class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_model_list_class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_model_list_class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_skybox-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_skybox-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_skybox.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_skybox.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/class_skybox.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/class_skybox.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classalpha__map__shader__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classalpha__map__shader__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classalpha__map__shader__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classalpha__map__shader__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classapplication__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classapplication__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classapplication__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classapplication__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classapplication__class.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classapplication__class.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classbitmap__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classbitmap__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classbitmap__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classbitmap__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcamera__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcamera__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcamera__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcamera__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcamera__class.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcamera__class.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcelshade__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcelshade__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcelshade__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcelshade__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcolor__shader__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcolor__shader__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classcolor__shader__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classcolor__shader__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classd__3d__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classd__3d__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classd__3d__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classd__3d__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classd__3d__class.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classd__3d__class.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classdepth__shader__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classdepth__shader__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classdepth__shader__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classdepth__shader__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classdisplay__plane__class-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classdisplay__plane__class-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classdisplay__plane__class.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classdisplay__plane__class.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity_manager-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity_manager-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity_manager.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity_manager.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_entity_manager.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_entity_manager.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_identity_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_identity_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_identity_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_identity_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_identity_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_identity_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_identity_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_identity_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_model_path_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_model_path_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_model_path_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_model_path_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_model_path_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_model_path_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_model_path_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_model_path_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_physics_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_physics_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_physics_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_physics_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_physics_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_physics_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_physics_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_physics_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_system-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_system-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_system.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_system.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_render_system.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_render_system.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_shader_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_shader_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_shader_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_shader_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_shader_component.js
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_shader_component.js
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_shader_component.png
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_shader_component.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_transform_component-members.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_transform_component-members.html
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
doxygen_docs/html/classecs_1_1_transform_component.html
(Stored with Git LFS)
Normal file
BIN
doxygen_docs/html/classecs_1_1_transform_component.html
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user