Izzimach / react-three-legacy

React bindings to create and control a 3D scene using three.js
Other
1.52k stars 128 forks source link

Created example that uses opengl shader code #69

Closed oveddan closed 8 years ago

oveddan commented 8 years ago

This example is based on the example from the three.js website on using a shader: http://threejs.org/examples/#webgl_shader

It leverages the webpack raw loader to load glsl code as a string.