989onan bot (talk | contribs) Automated: create new component page |
add info |
||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
|Name=Diagnostic Gaussian Splat | |Name=Diagnostic Gaussian Splat | ||
}} | }} | ||
The '''Diagnostic Gaussian Splat''' component | The '''Diagnostic Gaussian Splat''' component is used to render diagnostic info on Gaussian Splats. | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HighPriorityIntegration|Bool| | |HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | ||
|OverrideBoundingBox|Bool| | |OverrideBoundingBox|Bool| {{Template:Override Bounding Box}} | ||
|OverridenBoundingBox|BoundingBox| | |OverridenBoundingBox|BoundingBox| {{Template:Overridden Bounding Box}} | ||
|SplatColorProfile|ColorProfile| | |SplatColorProfile|ColorProfile| {{Template:ProceduralMeshColorProfile}} | ||
|Splats|{{RootFieldType|SyncList`1|[[#SplatData|SplatData]]}}|TypeAdv4=true| | |Splats|{{RootFieldType|SyncList`1|[[#SplatData|DiagnosticGaussianSplat.SplatData]]}}|TypeAdv4=true| A list of splats to render diagnostics for. | ||
}} | }} | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|BakeGaussianSplat | |BakeGaussianSplat:[[Type:Action|Action]]|[[Type:Action|Action]]|false| {{Template:BakeMeshSyncMethod}} | ||
}} | }} | ||
== Usage == | == Usage == | ||
{{stub}} | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
Line 29: | Line 30: | ||
[[Category:Components{{#translation:}}|Diagnostic Gaussian Splat]] | [[Category:Components{{#translation:}}|Diagnostic Gaussian Splat]] | ||
[[Category:Components With Nested Types{{#translation:}}|Diagnostic Gaussian Splat]] | [[Category:Components With Nested Types{{#translation:}}|Diagnostic Gaussian Splat]] | ||
Latest revision as of 21:44, 19 March 2025
Component image 
Diagnostic Gaussian Splat component as seen in the Scene Inspector

The Diagnostic Gaussian Splat component is used to render diagnostic info on Gaussian Splats.
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. |
HighPriorityIntegration
|
Bool | If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes. |
OverrideBoundingBox
|
Bool | Force the bounding box calculated from this component to use OverridenBoundingBox instead of calculating when requested.
|
OverridenBoundingBox
|
BoundingBox | the bounding box this component should say it has when OverrideBoundingBox is enabled. Useful for bounding box calculations with Flux, or changing the selection box for this component when rendered.
|
SplatColorProfile
|
ColorProfile | The profile that the vertex colors for this mesh should be displayed in. |
Splats
|
list of DiagnosticGaussianSplat.SplatData | A list of splats to render diagnostics for. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
BakeGaussianSplat:Action
|
Action | X | Bake meshes is a sync method that creates a static mesh component with this component, replaces all references to this component with the static mesh component, then deletes this component. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.