gpt4 book ai didi

transparency - OpenSCAD 输出中的嵌套透明度

转载 作者:行者123 更新时间:2023-12-04 00:40:55 25 4
gpt4 key购买 nike

OpenSCAD 输出的透明度可以通过添加 % 来实现到元素,但这不允许将透明元素放在具有更高透明度(例如,以百分比表示)的周围元素中,并且可以在透明元素内看到透明元素中的(不透明)元素。怎么做?

最佳答案

color([r,g,b,a]) 的 a 值可用于控制透明度,例如:

color([0.5,0.5,0,0.8]) cube(size=[10,10,10], center=true);
%cube(size=[20,20,20], center=true);

combination of background-modifier and color()

或不同颜色:
color([0.5,0.5,0,0.8]) cube(size=[10,10,10], center=true);
color([0,0.5,0.5,0.3]) cube(size=[20,20,20], center=true);

nested transparency

关于transparency - OpenSCAD 输出中的嵌套透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31266592/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com