mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
wrl:: transparency
This commit is contained in:
parent
a866d1fca5
commit
c8495c7fdb
@ -336,6 +336,7 @@ EX always_false in;
|
||||
println(f, " appearance Appearance {");
|
||||
println(f, " material Material {");
|
||||
println(f, " diffuseColor ", color(p.color, .8));
|
||||
if(part(p.color, 0) != 255) println(f, " transparency ", (255 - part(p.color, 0)) / 255.);
|
||||
println(f, " }");
|
||||
println(f, " }");
|
||||
// println(f, "# V = ", p.V);
|
||||
@ -402,6 +403,7 @@ EX always_false in;
|
||||
|
||||
EX void take(const string& fname, const function<void()>& what IS(shot::default_screenshot_content)) {
|
||||
dynamicval<bool> v2(in, true);
|
||||
dynamicval<bool> v3(noshadow, true);
|
||||
|
||||
f.f = fopen(fname.c_str(), "wt");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user