Class ImageBasedLighting
Inheritance
ImageBasedLighting
Assembly: NXOpen.dll
Syntax
public class ImageBasedLighting : Builder, IMessageSink, IComponentBuilder
Constructors
ImageBasedLighting()
Declaration
protected ImageBasedLighting()
Properties
Accuracy
Declaration
public double Accuracy { get; set; }
Property Value
ColorSaturation
Declaration
public double ColorSaturation { get; set; }
Property Value
Image
Declaration
public Image Image { get; set; }
Property Value
ImageBlur
Declaration
public ImageBasedLighting.ImageBlurType ImageBlur { get; set; }
Property Value
ImageFilename
Declaration
public string ImageFilename { get; set; }
Property Value
ImageRotation
Declaration
public double ImageRotation { get; set; }
Property Value
ImageType
Declaration
public ImageBasedLighting.ImagesType ImageType { get; set; }
Property Value
ImageUpVector
Declaration
public Direction ImageUpVector { get; set; }
Property Value
ImageUpVectorType
Declaration
public ImageBasedLighting.ImageUpVectorTypes ImageUpVectorType { get; set; }
Property Value
Intensity
Declaration
public double Intensity { get; set; }
Property Value
LwrtAngle
Declaration
public double LwrtAngle { get; set; }
Property Value
LwrtIntensity
Declaration
public double LwrtIntensity { get; set; }
Property Value
LwrtQuality
Declaration
public double LwrtQuality { get; set; }
Property Value
ShadowSoftness
Declaration
public double ShadowSoftness { get; set; }
Property Value
ShadowType
Declaration
public ImageBasedLighting.ShadowsType ShadowType { get; set; }
Property Value
UseImageBasedLighting
Declaration
public bool UseImageBasedLighting { get; set; }
Property Value
UseLightsForShadowCatcherInHqi
Declaration
public bool UseLightsForShadowCatcherInHqi { get; set; }
Property Value
UseLightsForShadowCatcherInLwrt
Declaration
public bool UseLightsForShadowCatcherInLwrt { get; set; }
Property Value
UseLwrtImageBasedLighting
Declaration
public bool UseLwrtImageBasedLighting { get; set; }
Property Value
Methods
CommitAndDisplay(View, bool)
Declaration
public void CommitAndDisplay(View view, bool updateDisplay)
Parameters
Type |
Name |
Description |
View |
view |
|
bool |
updateDisplay |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink