C# Class McKineap.Models.Model3D.Program.VertexShaderData

Data to pass to the vertex shader
Show file Open project: loic-lavergne/mckineap

Public Properties

Property Type Description
world System.Matrix
worldView System.Matrix
worldViewProj System.Matrix

Property Details

world public property

public Matrix,System world
return System.Matrix

worldView public property

public Matrix,System worldView
return System.Matrix

worldViewProj public property

public Matrix,System worldViewProj
return System.Matrix