Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
b5a733b502
commit
7ef4e1eb06
5 changed files with 64 additions and 107 deletions
23
android/pbrtexture/example.json
Normal file
23
android/pbrtexture/example.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"apkname": "vulkanPBRTexture",
|
||||
"directories": {
|
||||
"shaders": "pbrtexture"
|
||||
},
|
||||
"assets": {
|
||||
"models": [
|
||||
"cube.obj"
|
||||
],
|
||||
"additional" : {
|
||||
"directories": ["textures/hdr", "models/cerberus"],
|
||||
"files": [
|
||||
"textures/hdr/gcanyon_cube.ktx",
|
||||
"models/cerberus/cerberus.fbx",
|
||||
"models/cerberus/albedo.ktx",
|
||||
"models/cerberus/ao.ktx",
|
||||
"models/cerberus/metallic.ktx",
|
||||
"models/cerberus/normal.ktx",
|
||||
"models/cerberus/roughness.ktx"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue