Skip to content

Commit 6b4d35c

Browse files
author
Martin Valigursky
committed
change
1 parent 52005de commit 6b4d35c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scene/gsplat-unified/gsplat-renderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)