Table of Contents

Class ViewNfo

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll
public class ViewNfo
Inheritance
ViewNfo
Inherited Members

Properties

CameraPos

public Vector3 CameraPos { get; set; }

Property Value

Vector3

CameraTarget

public Vector3 CameraTarget { get; set; }

Property Value

Vector3

CameraUp

public Vector3 CameraUp { get; set; }

Property Value

Vector3

Far

public float Far { get; set; }

Property Value

float

Lights

public List<GLPointLight>? Lights { get; set; }

Property Value

List<GLPointLight>

ModelMatrix

public Matrix4x4 ModelMatrix { get; set; }

Property Value

Matrix4x4

Near

public float Near { get; set; }

Property Value

float

OrthoZoom

public float OrthoZoom { get; set; }

Property Value

float

Perspective

public bool Perspective { get; set; }

Property Value

bool

ShadeWithEdge

public bool ShadeWithEdge { get; set; }

Property Value

bool

ShowCameraObject

public bool ShowCameraObject { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string

UseShadow

public bool UseShadow { get; set; }

Property Value

bool

VertexVisibility

public bool VertexVisibility { get; set; }

Property Value

bool

Wireframe

public bool Wireframe { get; set; }

Property Value

bool