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.
我正在使用 glDrawArraysInstanced 在不同位置绘制树的多个实例以生成森林。
有没有办法绘制选定的实例?例如:我得到了 100 棵不同属性的树。由于剔除,我只想绘制实例 3、65、89 和 95。
能够绘制单个实例就足够了。