Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在编写一个程序,它为用户创建一个 3D 环境来导航。它的特点之一是有一个根据当前时间和日期变化的天空盒。我编写了第二个程序,可以确定(针对当前时间和日期)给出 6 种颜色,每个方向一个颜色,北、东、南、西、顶部和底部。
我的问题是,如何将这 6 种颜色转换为具有平滑渐变的 6 种纹理(放置在天空盒上),这样当它们全部在一起时,就看不到接缝了?