Sha256: 1aab7e5e131ad8e59c15c9d44e3b17d6bd0c622c38f56620c3d98d2e656b6211

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 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 
      { 
		texture_unit 
        { 
			texture <%= texture %>
        } 
	 }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shattered-0.3 lib/templates/media/basic.rmaterial
shattered-0.3.1 lib/templates/media/basic.rmaterial