Skip to content

Commit

Permalink
Types fix (playcanvas#6963)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Sep 16, 2024
1 parent d6418c8 commit 047ba0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scene/gsplat/gsplat.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ import { Texture } from '../../platform/graphics/texture.js';
import { BoundingBox } from '../../core/shape/bounding-box.js';
import { createGSplatMaterial } from './gsplat-material.js';

/**
* @import { GSplatData } from './gsplat-data.js'
* @import { GraphicsDevice } from '../../platform/graphics/graphics-device.js'
* @import { Material } from '../materials/material.js'
*/

const getSHData = (gsplatData) => {
const result = [];
for (let i = 0; i < 45; ++i) {
Expand Down

0 comments on commit 047ba0d

Please sign in to comment.