Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "UE3:FogVolumeSphericalDensityComponent (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
Line 17: | Line 17: | ||
This is the density at the center of the sphere, which will be the maximum. | This is the density at the center of the sphere, which will be the maximum. | ||
+ | |||
+ | '''Default value:''' 0.0020 | ||
====SphereCenter==== | ====SphereCenter==== |
Latest revision as of 07:40, 23 May 2008
Object >> Component >> ActorComponent >> FogVolumeDensityComponent >> FogVolumeSphericalDensityComponent |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'FogVolumeSphericalDensityComponent'[edit]
MaxDensity[edit]
Type: float
Modifiers: const, interp
This is the density at the center of the sphere, which will be the maximum.
Default value: 0.0020
SphereCenter[edit]
Type: Object.Vector
Modifiers: const, interp
The sphere's center in world space.
SphereRadius[edit]
Type: float
Modifiers: const, interp
The sphere's radius.
Default value: 600.0
Internal variables[edit]
PreviewSphereRadius[edit]
Type: DrawLightRadiusComponent
Modifiers: const
A preview component for visualizing the sphere in the editor.