GL - merge error
This commit is contained in:
commit
59ba530761
|
@ -0,0 +1,8 @@
|
|||
newmtl matCrateSG
|
||||
illum 4
|
||||
Kd 0.00 0.00 0.00
|
||||
Ka 0.00 0.00 0.00
|
||||
Tf 1.00 1.00 1.00
|
||||
map_Kd tex_crate.png
|
||||
Ni 1.00
|
||||
Ks 0.50 0.50 0.50
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
|
@ -0,0 +1,8 @@
|
|||
newmtl matWorldSG
|
||||
illum 4
|
||||
Kd 0.00 0.00 0.00
|
||||
Ka 0.00 0.00 0.00
|
||||
Tf 1.00 1.00 1.00
|
||||
map_Kd tex_worldDummy.jpg
|
||||
Ni 1.00
|
||||
Ks 0.50 0.50 0.50
|
File diff suppressed because it is too large
Load Diff
|
@ -17,8 +17,8 @@ int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdSh
|
|||
// Game client starter code goes here
|
||||
DanBias::DanBiasGameDesc gameDesc;
|
||||
gameDesc.port = 15151;
|
||||
gameDesc.IP = "193.11.184.196";
|
||||
//gameDesc.IP = "193.11.186.101";
|
||||
//gameDesc.IP = "193.11.184.196";
|
||||
gameDesc.IP = "193.11.184.31";
|
||||
//gameDesc.IP = "127.0.0.1";
|
||||
gameDesc.hinst = hinst;
|
||||
gameDesc.nCmdShow = cmdShow;
|
||||
|
|
Loading…
Reference in New Issue