Changeset 6288
- Timestamp:
- Dec 9, 2009, 2:43:10 PM (15 years ago)
- Location:
- data/trunk/materials
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/materials/scripts/Orxonox.material
r6198 r6288 323 323 } 324 324 325 material Orxonox/DirectionArrows 326 { 327 technique 328 { 329 pass 330 { 331 lighting off 332 scene_blend alpha_blend 333 depth_check off 334 335 texture_unit 336 { 337 texture directionarrows.png 338 } 339 } 340 } 341 } 325 material Orxonox/DirectionArrows1 326 { 327 technique 328 { 329 pass 330 { 331 lighting off 332 scene_blend alpha_blend 333 depth_check off 334 335 texture_unit 336 { 337 texture directionarrows1.png 338 } 339 } 340 } 341 } 342 343 material Orxonox/DirectionArrows2 344 { 345 technique 346 { 347 pass 348 { 349 lighting off 350 scene_blend alpha_blend 351 depth_check off 352 353 texture_unit 354 { 355 texture directionarrows2.png 356 } 357 } 358 } 359 } 360 361 material Orxonox/DirectionArrows3 362 { 363 technique 364 { 365 pass 366 { 367 lighting off 368 scene_blend alpha_blend 369 depth_check off 370 371 texture_unit 372 { 373 texture directionarrows3.png 374 } 375 } 376 } 377 } 378 379 material Orxonox/DirectionArrows4 380 { 381 technique 382 { 383 pass 384 { 385 lighting off 386 scene_blend alpha_blend 387 depth_check off 388 389 texture_unit 390 { 391 texture directionarrows4.png 392 } 393 } 394 } 395 }
Note: See TracChangeset
for help on using the changeset viewer.