2016-08-29 22:31:11 +02:00
|
|
|
builddir = ../.build
|
|
|
|
|
|
|
|
rule geometryc_pack_normal
|
|
|
|
command = geometryc -f $in -o $out --packnormal 1
|
|
|
|
description = Converting geometry $in...
|
|
|
|
|
|
|
|
rule geometryc_pack_normal_barycentric
|
|
|
|
command = geometryc -f $in -o $out --packnormal 1 --barycentric
|
|
|
|
description = Converting geometry $in...
|
|
|
|
|
|
|
|
rule texturec_bc1
|
|
|
|
command = texturec -f $in -o $out -t bc1 -m
|
|
|
|
|
|
|
|
rule texturec_bc2
|
|
|
|
command = texturec -f $in -o $out -t bc2 -m
|
|
|
|
|
|
|
|
rule texturec_bc3
|
|
|
|
command = texturec -f $in -o $out -t bc3 -m
|
|
|
|
|
|
|
|
rule texturec_bc4
|
|
|
|
command = texturec -f $in -o $out -t bc4 -m
|
|
|
|
|
|
|
|
rule texturec_bc5
|
|
|
|
command = texturec -f $in -o $out -t bc5 -m
|
|
|
|
|
|
|
|
rule texturec_etc1
|
|
|
|
command = texturec -f $in -o $out -t etc1 -m
|
|
|
|
|
|
|
|
rule texturec_etc2
|
|
|
|
command = texturec -f $in -o $out -t etc2 -m
|
|
|
|
|
2017-04-11 09:15:27 +02:00
|
|
|
rule texturec_diffuse
|
|
|
|
command = texturec -f $in -o $out -t bc2 -m
|
|
|
|
|
|
|
|
rule texturec_normal
|
|
|
|
command = texturec -f $in -o $out -t bc5 -m -n
|
|
|
|
|
|
|
|
rule texturec_height
|
|
|
|
command = texturec -f $in -o $out -t r8
|
|
|
|
|
2016-08-29 22:31:11 +02:00
|
|
|
pwd = ../examples/assets/meshes
|
|
|
|
subninja ../examples/assets/meshes/meshes.ninja
|
|
|
|
|
|
|
|
pwd = ../examples/assets/textures
|
|
|
|
subninja ../examples/assets/textures/textures.ninja
|