Show / Hide Table of Contents

Interface IBasicGraphicsRenderer

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Rendering.Interfaces
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
void ClearScene()
Back to top Generated by DocFX