ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/material.C
(Generate patch)

Comparing libgender/material.C (file contents):
Revision 1.23 by root, Sun Oct 31 22:54:49 2004 UTC vs.
Revision 1.24 by root, Sun Oct 31 22:55:23 2004 UTC

83 return name; 83 return name;
84} 84}
85 85
86test_material::test_material () 86test_material::test_material ()
87//: tex ("textures/osama.jpg"), texvar (tex.name) 87//: tex ("textures/osama.jpg"), texvar (tex.name)
88: tex ("textures/rockwall.tga"), texvar (tex.name) 88: tex ("textures/rockwall.jpg"), texvar (tex.name)
89, norm ("textures/rockwall_height.tga"), normvar (norm.name) 89, norm ("textures/rockwall_height.jpg"), normvar (norm.name)
90{ 90{
91 using namespace shader::compile; 91 using namespace shader::compile;
92 92
93 p.vsh->start (); 93 p.vsh->start ();
94 94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines