Removed old python build scripts, replaced with json example definition files
This commit is contained in:
parent
6218942a19
commit
e0d2fd5ff4
87 changed files with 655 additions and 2025 deletions
17
android/parallaxmapping/example.json
Normal file
17
android/parallaxmapping/example.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"apkname": "vulkanParallaxmapping",
|
||||
"directories": {
|
||||
"shaders": "parallax"
|
||||
},
|
||||
"assets": {
|
||||
"models": [
|
||||
"plane_z.obj"
|
||||
],
|
||||
"textures": [
|
||||
"rocks_normal_height_rgba.dds",
|
||||
"rocks_color_bc3_unorm.dds",
|
||||
"rocks_color_astc_8x8_unorm.ktx",
|
||||
"rocks_color_etc2_unorm.ktx"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue