Skip to content

Instantly share code, notes, and snippets.

View BluEagle's full-sized avatar

Schutte Group 3D BluEagle

View GitHub Profile
@BluEagle
BluEagle / index.html
Created March 27, 2013 13:27
A CodePen by Dick.K.
<canvas id="sakura"></canvas>
<div class="btnbg">
<button type="button" onclick="toggleAnimation(this)">Stop</button>
</div>
<!-- sakura shader -->
<script id="sakura_point_vsh" type="x-shader/x_vertex">
uniform mat4 uProjection;
uniform mat4 uModelview;
uniform vec3 uResolution;
@BluEagle
BluEagle / index.html
Created March 27, 2013 13:22
A CodePen by Dick.K. DyNAmICS
<canvas id = "c" > </canvas>
<p>
Tear the cloth with your mouse.<br><br>
Right click and drag to cut the cloth.<br><br>
Reduce physics_accuracy if it's laggy, increase it for a better effect.
</p>