mql-for-begginers/Scripts/Examples/Remnant 3D/Remnant 3D.mqproj
2025-07-22 18:30:17 +03:00

44 lines
No EOL
1.7 KiB
JSON

{
"platform" :"mt5",
"program_type":"script",
"copyright" :"Copyright 2014, Dave Hoskins",
"link" :"https:\/\/www.shadertoy.com\/view\/4sjSW1",
"version" :"1.00",
"description" :"Binary subdivision finds the surface really well with this fractal",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"script":
{
"flags":"0"
},
"files":
[
{
"path":".\\Remnant 3D.mq5",
"compile":"true",
"relative_to_project":"true"
}
],
"resources":
[
{
"type":"0",
"path":".\\Shaders\\pixel.hlsl",
"name":"",
"relative_to_project":"true"
},
{
"type":"0",
"path":".\\Shaders\\vertex.hlsl",
"name":"",
"relative_to_project":"true"
}
]
}