File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { FisheyeProjection } from '../graphics/fisheye-projection.js';
1212 * @import { GSplatWorkBuffer } from './gsplat-work-buffer.js'
1313 * @import { GSplatWorld } from './gsplat-world.js'
1414 * @import { GSplatWorldState } from './gsplat-world-state.js'
15+ * @import { GSplatVaryings } from './gsplat-varyings.js'
1516 * @import { MeshInstance } from '../mesh-instance.js'
1617 * @import { FogParams } from '../fog-params.js'
1718 */
@@ -34,7 +35,7 @@ import { FisheyeProjection } from '../graphics/fisheye-projection.js';
3435 * @property {boolean } antiAlias - Whether antialiasing is enabled.
3536 * @property {number } fisheye - Fisheye projection strength.
3637 * @property {ShaderMaterial } material - The scene gsplat template material.
37- * @property {import('./gsplat-varyings.js'). GSplatVaryings } varyings - User varying streams (provides the cache `words` count).
38+ * @property {GSplatVaryings } varyings - User varying streams (provides the cache `words` count).
3839 * @property {number } [width] - Pick viewport width in pixels (picking only).
3940 * @property {number } [height] - Pick viewport height in pixels (picking only).
4041 */
You can’t perform that action at this time.
0 commit comments