mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
26 lines
296 B
INI
26 lines
296 B
INI
|
|
||
|
texture_mul_size = 1.5;
|
||
|
|
||
|
search_path =
|
||
|
{
|
||
|
"shapes",
|
||
|
"map",
|
||
|
"textures",
|
||
|
};
|
||
|
|
||
|
list_mesh =
|
||
|
{
|
||
|
"tree_a.shape",
|
||
|
"tree_b.shape",
|
||
|
"tree_c.shape",
|
||
|
"tree_d.shape"
|
||
|
};
|
||
|
|
||
|
output_textures =
|
||
|
{
|
||
|
"mesh_a.out.shape",
|
||
|
"mesh_b.out.shape",
|
||
|
"mesh_c.out.shape",
|
||
|
"mesh_d.out.shape"
|
||
|
};
|