Component:StaticGaussianSplat

From Resonite Wiki
Revision as of 19:45, 12 April 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
File:StaticGaussianSplatComponent.png
Static Gaussian Splat component as seen in the Scene Inspector

The Static Gaussian Splat component stores data for Gaussian splats.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
URL Uri The location of the Gaussian Splat data.

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
ClipWithBoundingBox:Func`2<BoundingBox, Task`1<Bool>> Func`2<BoundingBox, Task`1<Bool>> X Cuts the Gaussian splat using a bounding box argument.
ClipWithBoundingBox:Func`3<BoundingBox, FloatQ, Task`1<Bool>> Func`3<BoundingBox, FloatQ, Task`1<Bool>> X Cuts the Gaussian splat using a bounding box with rotation argument.
ClipWithSphere:Func`3<Float3, Float, Task`1<Bool>> Func`3<Float3, Float, Task`1<Bool>> X Cuts the Gaussian splat using a sphere argument.
ColorByIndex:ButtonEventHandler ButtonEventHandler Colors the Gaussian splat by index.
ReoderMorton:ButtonEventHandler ButtonEventHandler Reorders the splats using morton ordering. Which means any splats that are spatially near each other will also be near each other in the data indexes.

Usage

Used in Gaussian splat rendering components.

Examples

See Also