Skip to content

Commit

Permalink
Initial commit, working version of superquadric, but lighting and tes…
Browse files Browse the repository at this point in the history
…selation need work
  • Loading branch information
odestcj committed Jan 11, 2014
0 parents commit a8c1f3d
Show file tree
Hide file tree
Showing 5 changed files with 1,627 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

super quick superquadric
Implementation of Barr's superquadric surface point visualization
in HTML5/JavaScript and threejs

@author odestcj / https://github.com/odestcj

Change view by click-and-drag mouse

Increase shape parameters with r,s,t keys;
Decrease shape parameters with R,S,T

Increase scaling parameters with a,b,c keys;
Decrease scaling parameters with A,B,C

Still need better lighting and tesselation of points into a mesh
Loading

0 comments on commit a8c1f3d

Please sign in to comment.