mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
25 lines
296 B
INI
25 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"
|
|
};
|