/* definitions: the current root node can be either a root specified by a render call, or an instance of procedural object. */

/* to update the accel tree for current root node (the accel tree must be dirt & rebuilt for each frame) : */

/* 1. travese accel tree (from current root node) to collect all cached tessellations into a local cache */

/* 2. travese DAG (from current root node) to build tessellations with this local cache */

/* 3. delete all unreferenced tessellations in the local cache */

相关文章:

  • 2021-08-29
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-07-30
  • 2021-09-13
  • 2021-11-02
猜你喜欢
  • 2021-08-20
  • 2022-01-04
  • 2021-12-10
  • 2021-10-31
  • 2021-09-06
  • 2022-12-23
  • 2021-06-30
相关资源
相似解决方案