Sha256: 25fa7a2c01d7ee73a6fb4f0366dea0c913937d05d25e30896f2ecdd8e28f67e9

Contents?: true

Size: 341 Bytes

Versions: 9

Compression:

Stored size: 341 Bytes

Contents

// This is an example rmaterial, a basic single textured, uniformly lit mesh.
// The only argument is texture, which defaults to <material_name>.png

<% @texture ||= "#{name}.png" %>
material <%= name %>
{
   technique 
   { 
      pass 
      { 
        lighting off
		texture_unit 
        { 
			texture <%= texture %>
        } 
	 }
  }
}

Version data entries

9 entries across 8 versions & 2 rubygems

Version Path
shattered-0.3.3 lib/templates/media/basic.rmaterial
shattered-0.3.2 lib/templates/media/basic.rmaterial
shattered-0.5.0.1 lib/templates/media/basic.rmaterial
shattered-0.7.0 app_generators/shattered/templates/media/basic.rmaterial
shattered-0.7.0 test/acceptance/media/basic.rmaterial
shattered-0.4.0.1 lib/templates/media/basic.rmaterial
shattered-0.4 lib/templates/media/basic.rmaterial
shattered_ruby-0.5.1 lib/templates/media/basic.rmaterial
shattered_ruby-0.5.0.2 lib/templates/media/basic.rmaterial