gpt4 book ai didi

javascript - three.js 顶点着色器 : update attributes and how to save a value for the next processing round

转载 作者:行者123 更新时间:2023-11-29 22:16:36 25 4
gpt4 key购买 nike

这是一个非常简单的设置要点:https://gist.github.com/ichbinadrian/4758155

我的基本计划是根据片段到最低或最高顶点的距离为片段着色。犹如山脉。我怎样才能在着色器中保存一个值,我可以用它来进行后续的处理。因为顶点会随着时间改变位置。

至少这是计划。因为我不知道如何在更改属性中的值后更新顶点和面。当我更改着色器外部的顶点位置并设置 xNeedUpdate = true 时,效果很好。

着色器逻辑并不那么简单。

最佳答案

如果您在渲染循环中这样做:

attributes.displacement.needsUpdate = true;

你的要点会奏效。

关于javascript - three.js 顶点着色器 : update attributes and how to save a value for the next processing round,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14822124/

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