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.
XTK 是否支持通过从 VTK 文件解析的数据数组进行对象着色?我相信解析器确实读取了这些数组,但我还没有找到将它们应用于对象的方法。
将来的 XTK 版本是否会或可能会支持这一点?
您是对的 - 该功能尚不存在,并针对第 4 版(2012 年 4 月 12 日)。我们欢迎任何有关此重要功能的贡献:)
X.object 端的基础设施已经存在:X.object.colors 将颜色与每个顶点相关联。
干杯!