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