C# Class Shading.Lighting

Inheritance: NewTOAPIA.Graphics.Processor.GPShader
Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
DirectionalLight ( int i, vec3 normal, vec4 &ambient, vec4 &diffuse, vec4 &specular ) : void

Method Details

DirectionalLight() public method

public DirectionalLight ( int i, vec3 normal, vec4 &ambient, vec4 &diffuse, vec4 &specular ) : void
i int
normal vec3
ambient vec4
diffuse vec4
specular vec4
return void