- Timestamp:
- 07/02/07 20:23:43 (17 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media
- Files:
-
- 5 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/Station/GTPStationPostProc.material
r2474 r2489 7 7 fragment_program_ref 8 8 { 9 param_named cutValue float 6.010 param_named timeBlur float 0. 249 param_named cutValue float 5.0 10 param_named timeBlur float 0.3 11 11 } 12 12 } … … 23 23 { 24 24 param_named weight1 float 1.0 25 param_named weight2 float 0. 3525 param_named weight2 float 0.2 26 26 } 27 27 } … … 37 37 fragment_program_ref 38 38 { 39 param_named Stretch float 1. 739 param_named Stretch float 1.6 40 40 } 41 41 } … … 51 51 fragment_program_ref 52 52 { 53 param_named Stretch float 1. 753 param_named Stretch float 1.6 54 54 } 55 55 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/Station/scientist.material
r2474 r2489 52 52 pass indirect_color 53 53 { 54 ligh ing off54 lighting off 55 55 depth_bias 1 56 56 depth_write on -
GTP/trunk/App/Demos/Illum/Ogre/Media/Station/station.material
r2474 r2489 249 249 fragment_program_ref GTP/Caustic/CauCube_PointSprite_PS 250 250 { 251 param_named CausticColor float4 1 1 1 0. 06251 param_named CausticColor float4 1 1 1 0.15 252 252 } 253 253 texture_unit … … 434 434 diffuse 1 0.2 0.2 1 435 435 specular 0 0 0 1 436 emissive 0.1 0.01 0.01 1436 emissive 1 0.1 0.1 1 437 437 } 438 438 } … … 448 448 diffuse 0.2 0.2 1 1 449 449 specular 0 0 0 1 450 emissive 0.01 0.01 0.1 1 451 } 450 emissive 0.1 0.1 1 1 451 } 452 } 453 } 454 455 material station_equipt 456 { 457 technique 458 { 459 pass 460 { 461 ambient 0 0 0 1 462 diffuse 0.07444 0.07444 0.07444 1 463 specular 0.80166 0.80166 0.80166 62.744 464 emissive 0 0 0 465 } 466 } 467 } 468 469 material Station_lamp 470 { 471 technique 472 { 473 pass 474 { 475 vertex_program_ref GTP/Basic/PlainTex_VS 476 { 477 param_named_auto WorldViewProj worldviewproj_matrix 478 } 479 fragment_program_ref GTP/Basic/PlainTex2DColored_PS 480 { 481 param_named color float4 20 20 20 20 482 } 483 texture_unit 484 { 485 texture lamp.bmp 486 } 487 } 488 } 489 } 490 491 material tation_room_lamp 492 { 493 technique 494 { 495 pass 496 { 497 vertex_program_ref GTP/Basic/PlainTex_VS 498 { 499 param_named_auto WorldViewProj worldviewproj_matrix 500 } 501 fragment_program_ref GTP/Basic/PlainTex2DColored_PS 502 { 503 param_named color float4 10 10 10 10 504 } 505 texture_unit 506 { 507 texture lamp.bmp 508 } 509 510 } 452 511 } 453 512 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic.material
r2311 r2489 28 28 param_named_auto WorldViewProj worldviewproj_matrix 29 29 } 30 vertex_program_ref GTP/Basic/PlainTex2D_PS30 fragment_program_ref GTP/Basic/PlainTex2D_PS 31 31 { 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.