Remove large resources. (#16)
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
BIN
resources/icons/linux/kilroy-128.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
resources/icons/linux/kilroy-16.png
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
resources/icons/linux/kilroy-256.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
resources/icons/linux/kilroy-32.png
Normal file
|
After Width: | Height: | Size: 755 B |
BIN
resources/icons/linux/kilroy-48.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
resources/icons/linux/kilroy-64.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
11
resources/icons/linux/linux-icons.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
# $1: Input path to an image to use for generating icons.
|
||||
# Helper script to generate qtk's icons for Linux given a path to an input PNG.
|
||||
sudo apt install imagemagick
|
||||
|
||||
convert "$1" -resize 256x256 kilroy-256.png
|
||||
convert "$1" -resize 128x128 kilroy-128.png
|
||||
convert "$1" -resize 64x64 kilroy-64.png
|
||||
convert "$1" -resize 48x48 kilroy-48.png
|
||||
convert "$1" -resize 32x32 kilroy-32.png
|
||||
convert "$1" -resize 16x16 kilroy-16.png
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
```bash
|
||||
sudo apt install icnsutils
|
||||
```
|
||||
|
||||
```bash
|
||||
convert icon.png -resize 32x32 kilroy_32.png
|
||||
convert icon.png -resize 16x16 kilroy_16.png
|
||||
convert icon.png -resize 48x48 kilroy_48.png
|
||||
convert icon.png -resize 128x128 kilroy_128.png
|
||||
convert icon.png -resize 256x256 kilroy_256.png
|
||||
png2icns png2icns kilroy.icns kilroy_*.png
|
||||
```
|
||||
BIN
resources/icons/osx/kilroy_splash.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
15
resources/icons/osx/osx-icons.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
# $1: Input path to an image to use for generating icons.
|
||||
# Helper script to generate qtk's icons for OSX given a path to an input PNG.
|
||||
sudo apt install icnsutils imagemagick
|
||||
|
||||
convert "$1" -resize 32x32 kilroy_32.png
|
||||
convert "$1" -resize 16x16 kilroy_16.png
|
||||
convert "$1" -resize 48x48 kilroy_48.png
|
||||
convert "$1" -resize 128x128 kilroy_128.png
|
||||
convert "$1" -resize 256x256 kilroy_256.png
|
||||
# For the application bundle in OSX.
|
||||
png2icns png2icns kilroy.icns kilroy_*.png
|
||||
|
||||
# For the splash image in DMG installers.
|
||||
convert "$1" -resize 800x600! kilroy_splash.png
|
||||
BIN
resources/icons/win/kilroy.ico
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
resources/icons/win/kilroy_splash.bmp
Normal file
|
After Width: | Height: | Size: 201 KiB |
10
resources/icons/win/win-icons.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# $1: Input path to an image to use for generating icons.
|
||||
# Helper script to generate qtk's icons for Windows given a path to an input PNG.
|
||||
sudo apt install imagemagick
|
||||
|
||||
# For the NSIS (un)installer executable shortcut icon.
|
||||
convert "$1" -resize 256x256,128x128,64x64,48x48,32x32,16x16 -background transparent -colors 256 kilroy.ico
|
||||
|
||||
# For the NSIS installer splash screen.
|
||||
convert "$1" -resize 164x314! -background white -flatten kilroy_splash.bmp
|
||||
|
Before Width: | Height: | Size: 3.8 MiB |
21
resources/minimal_resources.qrc
Normal file
@@ -0,0 +1,21 @@
|
||||
<RCC>
|
||||
<qresource prefix="/textures">
|
||||
<file alias="crate.png">images/crate.png</file>
|
||||
<file alias="stone.png">images/stone.png</file>
|
||||
<file alias="wood.png">images/wood.png</file>
|
||||
<file>skybox/back.png</file>
|
||||
<file>skybox/bottom.png</file>
|
||||
<file>skybox/front.png</file>
|
||||
<file>skybox/left.png</file>
|
||||
<file>skybox/right.png</file>
|
||||
<file>skybox/top.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/icons">
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/solid/cube.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/regular/trash-can.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/regular/folder-open.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/regular/floppy-disk.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/brands/git-alt.svg</file>
|
||||
<file alias="icon.png">icons/icon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
@@ -1,55 +0,0 @@
|
||||
# Blender MTL File: 'None'
|
||||
# Material Count: 4
|
||||
|
||||
newmtl AlienHominid
|
||||
Ns 225.000000
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.533344 0.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Bump normal.png
|
||||
map_Kd diffuse.png
|
||||
map_Ns roughness.png
|
||||
refl specular.png
|
||||
|
||||
newmtl Blaster
|
||||
Ns 225.000000
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Bump blaster_normal.png
|
||||
map_Kd blaster_diffuse.png
|
||||
map_Ke blaster_emissive.png
|
||||
map_Ns blaster_roughness.png
|
||||
refl blaster_specular.png
|
||||
|
||||
newmtl Screenshot_2021-04-19_194508
|
||||
Ns 225.000000
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd smoke.png
|
||||
map_d smoke.png
|
||||
|
||||
newmtl Untitled-1
|
||||
Ns 77.904748
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Untitled-1.png
|
||||
map_d Untitled-1.png
|
||||
|
Before Width: | Height: | Size: 14 MiB |
|
Before Width: | Height: | Size: 455 KiB |
|
Before Width: | Height: | Size: 9.4 MiB |
|
Before Width: | Height: | Size: 5.2 MiB |
|
Before Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 8.8 MiB |
|
Before Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 1.8 MiB |
@@ -1,16 +0,0 @@
|
||||
# Blender MTL File: 'None'
|
||||
# Material Count: 1
|
||||
|
||||
newmtl Scene_-_Root
|
||||
Ns 225.000000
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.800000 0.800000 0.800000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.0 0.0 0.0
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd diffuse.jpg
|
||||
map_Bump normal.png
|
||||
map_Ks specular.jpg
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 MiB |
|
Before Width: | Height: | Size: 14 MiB |
|
Before Width: | Height: | Size: 4.2 MiB |
@@ -1,3 +0,0 @@
|
||||
Model by Berk Gedik, from: https://sketchfab.com/3d-models/survival-guitar-backpack-low-poly-799f8c4511f84fab8c3f12887f7e6b36
|
||||
|
||||
Modified material assignment (Joey de Vries) for easier load in OpenGL model loading chapter, and renamed albedo to diffuse and metallic to specular to match non-PBR lighting setup.
|
||||
|
Before Width: | Height: | Size: 6.4 MiB |
@@ -1,7 +0,0 @@
|
||||
newmtl material_0
|
||||
map_bump normal.jpg
|
||||
norm normal.jpg
|
||||
map_Kd diffuse.jpg
|
||||
occlusion occlusion.jpg
|
||||
Pm 0
|
||||
Pr 0.793152
|
||||
|
Before Width: | Height: | Size: 11 MiB |
|
Before Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
@@ -1,12 +0,0 @@
|
||||
# Blender v2.82 (sub 7) OBJ File: ''
|
||||
# www.blender.org
|
||||
mtllib floor.mtl
|
||||
o floor
|
||||
v -1.000000 -0.000000 1.000000
|
||||
v 1.000000 -0.000000 1.000000
|
||||
v 1.000000 0.000000 -1.000000
|
||||
v -1.000000 0.000000 -1.000000
|
||||
vn 0.0000 1.0000 0.0000
|
||||
usemtl Default_OBJ
|
||||
s off
|
||||
f 1//1 2//1 3//1 4//1
|
||||
|
Before Width: | Height: | Size: 133 KiB |
@@ -1,8 +0,0 @@
|
||||
# WaveFront *.mtl file (generated by CINEMA 4D)
|
||||
|
||||
newmtl item/objectcomponents/weapon/staff_2h_artifactdeadwind_d_03.m2_Geoset_000
|
||||
Ka 0.25 0.25 0.25
|
||||
Kd 1 1 1
|
||||
map_Kd diffuse.png
|
||||
illum 7
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 807 KiB |
|
Before Width: | Height: | Size: 5.9 MiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 614 KiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 2.2 MiB |
|
Before Width: | Height: | Size: 885 KiB |
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 426 KiB |
|
Before Width: | Height: | Size: 983 KiB |
|
Before Width: | Height: | Size: 484 KiB |
|
Before Width: | Height: | Size: 279 KiB |
|
Before Width: | Height: | Size: 930 KiB |
|
Before Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 862 KiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 4.0 MiB |
|
Before Width: | Height: | Size: 1008 KiB |
|
Before Width: | Height: | Size: 4.8 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 638 KiB |
|
Before Width: | Height: | Size: 844 KiB |
|
Before Width: | Height: | Size: 3.4 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 761 KiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 14 MiB |
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 24 MiB |
|
Before Width: | Height: | Size: 4.9 MiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 7.8 MiB |
|
Before Width: | Height: | Size: 4.3 MiB |
|
Before Width: | Height: | Size: 1.9 MiB |
@@ -1,104 +0,0 @@
|
||||
# Blender MTL File: 'None'
|
||||
# Material Count: 8
|
||||
|
||||
newmtl Spartan_Arms_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Arms_Mat_BaseColor.png
|
||||
map_Bump Spartan_Arms_Mat_Normal.png
|
||||
refl Spartan_Arms_Mat_Specular.png
|
||||
|
||||
|
||||
newmtl Spartan_Chest_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Chest_Mat_BaseColor.png
|
||||
map_Bump Spartan_Chest_Mat_Normal.png
|
||||
refl Spartan_Chest_Mat_Specular.png
|
||||
|
||||
newmtl Spartan_Ear_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Ears_Mat_BaseColor.png
|
||||
map_Bump Spartan_Ears_Mat_Normal.png
|
||||
refl Spartan_Ears_Mat_Specular.png
|
||||
|
||||
newmtl Spartan_Helmet_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Helmet_Mat_BaseColor.png
|
||||
map_Bump Spartan_Helmet_Mat_Normal.png
|
||||
refl Spartan_Helmet_Mat_Specular.png
|
||||
|
||||
newmtl Spartan_Legs_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Legs_Mat_BaseColor.png
|
||||
map_Bump Spartan_Legs_Mat_Normal.png
|
||||
refl Spartan_Legs_Mat_Specular.png
|
||||
|
||||
newmtl Spartan_Shoulders_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Shoulder_Mat_BaseColor.png
|
||||
map_Bump Spartan_Shoulder_Mat_Normal.png
|
||||
refl Spartan_Shoulder_Mat_Specular.png
|
||||
|
||||
newmtl Spartan_Undersuit_Mat
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 1.000000 1.000000 1.000000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
map_Kd Spartan_Undersuit_Mat_BaseColor.png
|
||||
map_Bump Spartan_Undersuit_Mat_Normal.png
|
||||
refl Spartan_Undersuit_Mat_Specular.png
|
||||
|
||||
newmtl lambert1
|
||||
Ns 179.999996
|
||||
Ka 1.000000 1.000000 1.000000
|
||||
Kd 0.500000 0.500000 0.500000
|
||||
Ks 0.500000 0.500000 0.500000
|
||||
Ke 0.000000 0.000000 0.000000
|
||||
Ni 1.450000
|
||||
d 1.000000
|
||||
illum 2
|
||||
6
resources/qtk.desktop
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=Qtk
|
||||
Exec=/usr/bin/qtk_gui
|
||||
Icon=qtk
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
@@ -1,6 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/textures">
|
||||
<file alias="plaster.png">images/plaster.png</file>
|
||||
<file alias="crate.png">images/crate.png</file>
|
||||
<file alias="stone.png">images/stone.png</file>
|
||||
<file alias="wood.png">images/wood.png</file>
|
||||
@@ -17,7 +16,7 @@
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/regular/folder-open.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/regular/floppy-disk.svg</file>
|
||||
<file>fontawesome-free-6.2.1-desktop/svgs/brands/git-alt.svg</file>
|
||||
<file>icon.png</file>
|
||||
<file alias="icon.png">icons/icon.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/shaders">
|
||||
<file alias="model.frag">shaders/fragment/model.frag</file>
|
||||
@@ -28,8 +27,6 @@
|
||||
<file alias="solid.vert">shaders/vertex/solid.vert</file>
|
||||
<file alias="solid-perspective.frag">shaders/fragment/solid-perspective.frag</file>
|
||||
<file alias="solid-perspective.vert">shaders/vertex/solid-perspective.vert</file>
|
||||
<file alias="multi-color.frag">shaders/fragment/multi-color.frag</file>
|
||||
<file alias="multi-color.vert">shaders/vertex/multi-color.vert</file>
|
||||
<file alias="rgb-normals.frag">shaders/fragment/rgb-normals.frag</file>
|
||||
<file alias="rgb-normals.vert">shaders/vertex/rgb-normals.vert</file>
|
||||
<file alias="texture-cubemap.frag">shaders/fragment/texture-cubemap.frag</file>
|
||||
@@ -44,88 +41,9 @@
|
||||
<file alias="solid-specular.vert">shaders/vertex/solid-specular.vert</file>
|
||||
<file alias="solid-phong.frag">shaders/fragment/solid-phong.frag</file>
|
||||
<file alias="solid-phong.vert">shaders/vertex/solid-phong.vert</file>
|
||||
<file alias="model-basic.frag">shaders/fragment/model-basic.frag</file>
|
||||
<file alias="model-basic.vert">shaders/vertex/model-basic.vert</file>
|
||||
<file alias="model-specular.frag">shaders/fragment/model-specular.frag</file>
|
||||
<file alias="model-specular.vert">shaders/vertex/model-specular.vert</file>
|
||||
<file alias="model-phong.frag">shaders/fragment/model-phong.frag</file>
|
||||
<file alias="model-phong.vert">shaders/vertex/model-phong.vert</file>
|
||||
<file alias="model-normals.frag">shaders/fragment/model-normals.frag</file>
|
||||
<file alias="model-normals.vert">shaders/vertex/model-normals.vert</file>
|
||||
<file alias="skybox.frag">skybox/skybox.frag</file>
|
||||
<file alias="skybox.vert">skybox/skybox.vert</file>
|
||||
</qresource>
|
||||
<qresource prefix="/models">
|
||||
<file>models/spartan/spartan.obj</file>
|
||||
<file>models/alien-hominid/alien.obj</file>
|
||||
<file>models/spartan/spartan.mtl</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Undersuit_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Shoulder_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Legs_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Helmet_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Ears_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Chest_Mat_AO.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_Specular.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_Roughness.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_Normal.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_Metallic.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_BaseColor.png</file>
|
||||
<file>models/spartan/Spartan_Arms_Mat_AO.png</file>
|
||||
<file>models/spartan/lambert1_Roughness.png</file>
|
||||
<file>models/spartan/lambert1_Nrm.png</file>
|
||||
<file>models/spartan/lambert1_Colour-Opacity.png</file>
|
||||
<file>models/backpack/specular.jpg</file>
|
||||
<file>models/backpack/roughness.jpg</file>
|
||||
<file>models/backpack/diffuse.jpg</file>
|
||||
<file>models/backpack/normal.png</file>
|
||||
<file>models/backpack/backpack.obj</file>
|
||||
<file>models/backpack/backpack.mtl</file>
|
||||
<file>models/backpack/ao.jpg</file>
|
||||
<file>models/alien-hominid/specular.png</file>
|
||||
<file>models/alien-hominid/roughness.png</file>
|
||||
<file>models/alien-hominid/normal.png</file>
|
||||
<file>models/alien-hominid/diffuse.png</file>
|
||||
<file>models/alien-hominid/blaster_specular.png</file>
|
||||
<file>models/alien-hominid/blaster_roughness.png</file>
|
||||
<file>models/alien-hominid/blaster_normal.png</file>
|
||||
<file>models/alien-hominid/blaster_emissive.png</file>
|
||||
<file>models/alien-hominid/blaster_diffuse.png</file>
|
||||
<file>models/alien-hominid/alien.mtl</file>
|
||||
<file>models/scythe/scythe.obj</file>
|
||||
<file>models/scythe/scythe.mtl</file>
|
||||
<file>models/scythe/diffuse.png</file>
|
||||
<file>models/bird/occlusion.jpg</file>
|
||||
<file>models/bird/normal.jpg</file>
|
||||
<file>models/bird/diffuse.jpg</file>
|
||||
<file>models/bird/bird.obj</file>
|
||||
<file>models/bird/bird.mtl</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
|
Before Width: | Height: | Size: 316 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 263 KiB |
BIN
resources/screenshots/screen-1.png
Normal file
|
After Width: | Height: | Size: 428 KiB |