Interface IBasicGraphicsRenderer
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IBasicGraphicsRenderer : IDisposable
Properties
AmbientLightColor
Declaration
int AmbientLightColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LightDirection
Declaration
Vector3 LightDirection { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
ShadowDepthBlurringSize
Declaration
int ShadowDepthBlurringSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Shadows
Declaration
bool Shadows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ClearScene()
Declaration