raix:shader

v0.0.0Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

raix:shaders

Adds support for webgl shaders in Meteor on the .shaders extension.

Example

add a client/test.shader

in code reference it by:

1  var fragmentShader = Shader['client/test'];

Kind regards Morten