You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* List of cameras this instance is visible for. Updated every frame by the renderer.
46
51
*
@@ -51,9 +56,11 @@ class GSplatInstance {
51
56
52
57
/**
53
58
* @param {GSplatResourceBase} resource - The splat instance.
54
-
* @param {ShaderMaterial|null} material - The material instance.
59
+
* @param {object} [options] - Options for the instance.
60
+
* @param {ShaderMaterial|null} [options.material] - The material instance.
61
+
* @param {boolean} [options.highQualitySH] - Whether to use the high quality or the approximate spherical harmonic calculation. Only applies to SOGS data.
0 commit comments