Browse Source

Swap WebGLRenderer and WebGPURenderer notes (#32289)

James Wheare 3 months ago
parent
commit
c58c007f8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/jsm/objects/SkyMesh.js

+ 2 - 2
examples/jsm/objects/SkyMesh.js

@@ -12,8 +12,8 @@ import { Fn, float, vec3, acos, add, mul, clamp, cos, dot, exp, max, mix, modelV
  * Represents a skydome for scene backgrounds. Based on [A Practical Analytic Model for Daylight](https://www.researchgate.net/publication/220720443_A_Practical_Analytic_Model_for_Daylight)
  * aka The Preetham Model, the de facto standard for analytical skydomes.
  *
- * Note that this class can only be used with {@link WebGLRenderer}.
- * When using {@link WebGPURenderer}, use {@link SkyMesh}.
+ * Note that this class can only be used with {@link WebGPURenderer}.
+ * When using {@link WebGLRenderer}, use {@link Sky}.
  *
  * More references:
  *

粤ICP备19079148号