| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- material system/no_model
- {
- technique
- {
- pass
- {
- texture_unit
- {
- texture system/no_model.png
- filtering point point none
- }
- }
- }
- }
- material viewer/grid
- {
- technique
- {
- pass
- {
- ambient 1.0 1.0 1.0
- }
- }
- }
- material viewer/axis
- {
- technique
- {
- pass
- {
- ambient vertexcolour
- }
- }
- }
- material entity/solid_collision
- {
- technique
- {
- pass
- {
- ambient 0.0 1.0 1.0
- }
- }
- }
- material entity/talk_collision
- {
- technique
- {
- pass
- {
- ambient 0.0 1.0 0.5
- }
- }
- }
- material entity/direction
- {
- technique
- {
- pass
- {
- ambient 0.0 0.5 1.0
- }
- }
- }
|