Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofra committed Sep 27, 2022
1 parent e390d93 commit a51edd3
Show file tree
Hide file tree
Showing 518 changed files with 73,723 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/assets
/source/__pycache__
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
2 changes: 2 additions & 0 deletions 1-assetc.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
work\harfang-assetc\assetc.exe -daemon resources assets -daemon
pause
2 changes: 2 additions & 0 deletions 2-run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python source\main.py
pause
2 changes: 2 additions & 0 deletions 3-run vr.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python source\main_vr.py
pause
7 changes: 7 additions & 0 deletions astlan-project.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"profiles": {
"default": {
"generate-probe": true
}
}
}
Empty file added bin/harfang/.gitkeep
Empty file.
Empty file added bin/python/.gitkeep
Empty file.
11 changes: 11 additions & 0 deletions resources/.idea/astlan-project.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions resources/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions resources/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions resources/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions resources/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

123 changes: 123 additions & 0 deletions resources/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions resources/_meta/assimp_importer_cfg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
"anim_policy":"1"
"anim_simplify_rotation_tolerance":"0.100000"
"anim_simplify_scale_tolerance":"0.001000"
"anim_simplify_translation_tolerance":"0.001000"
"assimp_file_path":""
"finalizer_script":""
"geometry_policy":"1"
"import_animations":"1"
"material_policy":"1"
"max_smoothing_angle":"70.000000"
"merge_meshes":"0"
"output_folder":""
"profile":"1"
"recalculate_normals":"0"
"recalculate_tangents":"0"
"scene_policy":"1"
"scene_scale":"1.000000"
"texture_policy":"1"
"use_finalizer_script":"0"
10 changes: 10 additions & 0 deletions resources/_meta/default.assetc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ac.Ignore('core/shader/bgfx_shader.sh')
ac.Ignore('core/shader/forward_pipeline.sh')

ac.PipelineShaderBatch('.', 'forward', true)
ac.ShaderBatch('.', true)
ac.GeometryBatch('.', true)
ac.TextureBatch('.', true)
ac.LuaScriptBatch('.', true)

ac.CopyRemaining('.')
23 changes: 23 additions & 0 deletions resources/_meta/fbx_importer_cfg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"anim_policy":"1"
"anim_simplify_color_tolerance":"0.001000"
"anim_simplify_rotation_tolerance":"0.100000"
"anim_simplify_scale_tolerance":"0.001000"
"anim_simplify_translation_tolerance":"0.001000"
"detect_geometry_instances":"1"
"fbx_file_path":""
"finalizer_script":""
"fix_geometry_orientation":"0"
"frames_per_second":"24"
"geometry_policy":"1"
"geometry_scale":"1.000000"
"import_animations":"1"
"material_policy":"1"
"max_smoothing_angle":"45.000000"
"output_folder":""
"profile":"1"
"recalculate_normals":"0"
"recalculate_tangents":"0"
"scale":"1.000000"
"scene_policy":"1"
"texture_policy":"1"
"use_finalizer_script":"0"
15 changes: 15 additions & 0 deletions resources/_meta/gltf_importer_cfg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
"anim_policy":"1"
"detect_geometry_instances":"1"
"finalizer_script":""
"geometry_policy":"1"
"geometry_scale":"1.000000"
"gltf_file_path":""
"material_policy":"1"
"max_smoothing_angle":"70.000000"
"output_folder":""
"recalculate_normals":"0"
"recalculate_tangents":"0"
"scale":"1.000000"
"scene_policy":"1"
"texture_policy":"1"
"use_finalizer_script":"0"
3 changes: 3 additions & 0 deletions resources/_meta/prod.ref
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"d:/projects/games/astrolander-gravity-game/work/fbx/bonus.FBX":"_prod/3837fe6a-3a68-4934-d7ae-d0c72faaf3ea"
"d:/projects/games/astrolander-gravity-game/work/fbx/generic_blocks.FBX":"_prod/79783fab-7ba9-4a75-98ef-110870eb342b"
"d:/projects/games/astrolander-gravity-game/work/fbx/mobiles_items.FBX":"_prod/42410874-4472-433e-e1b8-dad139b4fdf4"
Loading

0 comments on commit a51edd3

Please sign in to comment.