m Added basic information, added a tip on how to create spherical fog.
(4 intermediate revisions by 3 users not shown)
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=FogBoxVolumeMaterialComponent.png
|Image=FogBoxVolumeMaterialComponent.png
|Name=Fog Box Volume Material
|Name=Fog Box Volume Material
}}
}}
{{stub}}
== Description ==
The FogBoxVolumeMaterial is a material used to create cube-shaped volumetric fog on a mesh. Using this material on non-cube-like meshes may result in visual artifacts and/or denser fog in places where the corners of the cube would be.
Although only cube-shaped meshes are officially supported, users may use the [[Component:LookAtUser|LookAtUser]] component targetting the local User along with a spherical mesh to create an illusion of a sphere-shaped fog.
|VerticalGradient|1| A fog with a gradient pattern
}}
== Saturation ==
{{Table EnumValues
|Unrestricted|0|
|SaturateAlpha|1|
|SaturateColor|2|
}}
== Accumulation ==
{{Table EnumValues
|Linear|0|
|Exponential|1|
|ExponentialSquared|2|
}}
}}
Line 37:
Line 62:
<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
Latest revision as of 20:07, 13 July 2025
Component image
Fog Box Volume Material component as seen in the Scene Inspector
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Description
The FogBoxVolumeMaterial is a material used to create cube-shaped volumetric fog on a mesh. Using this material on non-cube-like meshes may result in visual artifacts and/or denser fog in places where the corners of the cube would be.
Although only cube-shaped meshes are officially supported, users may use the LookAtUser component targetting the local User along with a spherical mesh to create an illusion of a sphere-shaped fog.
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.