make 8k version

This commit is contained in:
zongor 2023-11-04 23:20:43 -04:00
parent 37164dc33c
commit 6b4c884378
8 changed files with 428323 additions and 264724 deletions

2
main.c
View File

@ -29,7 +29,7 @@ int main(int argc, char **argv)
camera.projection = CAMERA_PERSPECTIVE; camera.projection = CAMERA_PERSPECTIVE;
parth = LoadModel("resources/parthanon.obj"); parth = LoadModel("resources/parthanon.obj");
texture = LoadTexture("resources/parthanon.png"); texture = LoadTexture("resources/parthanon_8k.png");
parth.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture; parth.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture = texture;
parth_bound_box = GetMeshBoundingBox(parth.meshes[0]); parth_bound_box = GetMeshBoundingBox(parth.meshes[0]);

View File

@ -1,12 +1,47 @@
# Blender 3.6.2 MTL File: 'parthanon.blend' # Blender 3.6.2 MTL File: 'parthanon.blend'
# www.blender.org # www.blender.org
newmtl Material newmtl Dirt
Ns 250.000000
Ka 1.000000 1.000000 1.000000 Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000 Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000 Ke 0.000000 0.000000 0.000000
Ni 1.450000 Ni 1.450000
d 1.000000 d 1.000000
illum 2 illum 2
map_Kd -s 30 30 30 /home/zongor/Documents/Blender/ground_24_4k/Ground024_4K-PNG_Color.png
map_Ns -s 30 30 30 /home/zongor/Documents/Blender/ground_24_4k/Ground024_4K-PNG_Roughness.png
map_Bump -s 30 30 30 -bm 1.000000 /home/zongor/Documents/Blender/ground_24_4k/Ground024_4K-PNG_NormalGL.png
newmtl Stone
Ka 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 -s 30 30 30 /home/zongor/Documents/Blender/rocks_11_4k/Rocks011_4K-PNG_Color.png
map_Ns -s 30 30 30 /home/zongor/Documents/Blender/rocks_11_4k/Rocks011_4K-PNG_Roughness.png
map_Bump -s 30 30 30 -bm 1.000000 /home/zongor/Documents/Blender/rocks_11_4k/Rocks011_4K-PNG_NormalGL.png
newmtl gold_metal
Ka 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 Metal034_4K_Color.jpg
map_Ns Metal034_4K_Roughness.jpg
map_refl Metal034_4K_Metalness.jpg
map_Bump -bm 1.000000 Metal034_4K_NormalGL.jpg
newmtl marble_12
Ka 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 -s 30 30 30 Marble012_4K_Color.jpg
map_Ns -s 30 30 30 Marble012_4K_Roughness.jpg
map_Bump -s 30 30 30 -bm 1.000000 Marble012_4K_NormalGL.jpg

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
resources/parthanon_8k.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 MiB

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

BIN
www/raylib_test.wasm Executable file

Binary file not shown.