diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bba2ffe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.dds filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.gltf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.blend filter=lfs diff=lfs merge=lfs -text diff --git a/assets/blender/Zurg.blend b/assets/blender/Zurg.blend new file mode 100644 index 0000000..7eb9f11 --- /dev/null +++ b/assets/blender/Zurg.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e6911174e374b32df824c04db7940bc09a62a62dcc93c405dfff98ef2e851b +size 1749854 diff --git a/assets/textures/body.jpg b/assets/textures/body.jpg new file mode 100644 index 0000000..c312097 --- /dev/null +++ b/assets/textures/body.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f132a8ec2e63a1207f8870b5d27956ba498f050635230f41b9d2c4414c648f0f +size 1762758 diff --git a/src/game/compiled-shaders/dx11/frag.bin b/src/game/compiled-shaders/dx11/frag.bin index 54ac779..1adb86e 100644 Binary files a/src/game/compiled-shaders/dx11/frag.bin and b/src/game/compiled-shaders/dx11/frag.bin differ diff --git a/src/game/compiled-shaders/dx11/vert.bin b/src/game/compiled-shaders/dx11/vert.bin index c13d000..aa2065a 100644 Binary files a/src/game/compiled-shaders/dx11/vert.bin and b/src/game/compiled-shaders/dx11/vert.bin differ diff --git a/src/game/compiled-shaders/glsl/frag.bin b/src/game/compiled-shaders/glsl/frag.bin index 088a1ef..fc0480a 100644 Binary files a/src/game/compiled-shaders/glsl/frag.bin and b/src/game/compiled-shaders/glsl/frag.bin differ diff --git a/src/game/compiled-shaders/glsl/vert.bin b/src/game/compiled-shaders/glsl/vert.bin index 64b1441..988e2e9 100644 Binary files a/src/game/compiled-shaders/glsl/vert.bin and b/src/game/compiled-shaders/glsl/vert.bin differ diff --git a/src/game/compiled-shaders/spirv/frag.bin b/src/game/compiled-shaders/spirv/frag.bin index 7dbdd15..25aa920 100644 Binary files a/src/game/compiled-shaders/spirv/frag.bin and b/src/game/compiled-shaders/spirv/frag.bin differ diff --git a/src/game/compiled-shaders/spirv/vert.bin b/src/game/compiled-shaders/spirv/vert.bin index 57b573e..c9731f5 100644 Binary files a/src/game/compiled-shaders/spirv/vert.bin and b/src/game/compiled-shaders/spirv/vert.bin differ diff --git a/src/models/body.dds b/src/models/body.dds new file mode 100644 index 0000000..a898866 --- /dev/null +++ b/src/models/body.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98579e3e2e29a3484d34991c8c0d5b6e2fd82885490c6ce52e7b6c1da614f362 +size 8388756 diff --git a/src/models/cube.bin b/src/models/cube.bin index f7ba573..737cf07 100644 Binary files a/src/models/cube.bin and b/src/models/cube.bin differ diff --git a/src/models/cube.gltf b/src/models/cube.gltf index 890d2a7..27166ce 100644 --- a/src/models/cube.gltf +++ b/src/models/cube.gltf @@ -1,104 +1,3 @@ -{ - "asset":{ - "generator":"Khronos glTF Blender I/O v4.3.47", - "version":"2.0" - }, - "scene":0, - "scenes":[ - { - "name":"Scene", - "nodes":[ - 0 - ] - } - ], - "nodes":[ - { - "mesh":0, - "name":"Cube" - } - ], - "meshes":[ - { - "name":"Cube", - "primitives":[ - { - "attributes":{ - "POSITION":0, - "NORMAL":1, - "TEXCOORD_0":2 - }, - "indices":3 - } - ] - } - ], - "accessors":[ - { - "bufferView":0, - "componentType":5126, - "count":24, - "max":[ - 1, - 1, - 1 - ], - "min":[ - -1, - -1, - -1 - ], - "type":"VEC3" - }, - { - "bufferView":1, - "componentType":5126, - "count":24, - "type":"VEC3" - }, - { - "bufferView":2, - "componentType":5126, - "count":24, - "type":"VEC2" - }, - { - "bufferView":3, - "componentType":5123, - "count":36, - "type":"SCALAR" - } - ], - "bufferViews":[ - { - "buffer":0, - "byteLength":288, - "byteOffset":0, - "target":34962 - }, - { - "buffer":0, - "byteLength":288, - "byteOffset":288, - "target":34962 - }, - { - "buffer":0, - "byteLength":192, - "byteOffset":576, - "target":34962 - }, - { - "buffer":0, - "byteLength":72, - "byteOffset":768, - "target":34963 - } - ], - "buffers":[ - { - "byteLength":840, - "uri":"cube.bin" - } - ] -} +version https://git-lfs.github.com/spec/v1 +oid sha256:7213f41ab8bf7b4842b0f46b9fde6321c42230b7ef42a927f7ac0b09ad209078 +size 1255 diff --git a/src/models/zurg.bin b/src/models/zurg.bin new file mode 100644 index 0000000..910cbce --- /dev/null +++ b/src/models/zurg.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0939cce75d19de5bd883fd4aed1aa723c801951203979c21a23787539443b81 +size 945584 diff --git a/src/models/zurg.gltf b/src/models/zurg.gltf new file mode 100644 index 0000000..2e548be --- /dev/null +++ b/src/models/zurg.gltf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0454f944502449ed4f03b5bdf9ad3b89d82adaf0161417e18b9bb381aeeb49 +size 1914