17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
////////////////////////////////////////////////////////////////////
|
|
//DeRap: Produced from mikero's Dos Tools Dll version 3.52
|
|
//http://dev-heaven.net/projects/list_files/mikero-pbodll
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#define _ARMA_
|
|
|
|
ambient[] = {1,1,1,1};
|
|
diffuse[] = {0.4,0.4,0.4,1};
|
|
forcedDiffuse[] = {0,0,0,0};
|
|
emmisive[] = {0,0,0,1};
|
|
specular[] = {0,0,0,0};
|
|
specularPower = 0;
|
|
PixelShaderID = "Normal";
|
|
VertexShaderID = "Basic";
|
|
//};
|