-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit, working version of superquadric, but lighting and tes…
…selation need work
- Loading branch information
0 parents
commit a8c1f3d
Showing
5 changed files
with
1,627 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.