fix: Handle Joyce Geometry Applet color specifications (#33)
This PR attempts to capture all of the color structure of the original Geometry Applet, except for pivot points defaulting to green, since there are no pivot points yet. Resolves #8. Reviewed-on: #33 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
parent
bab48b25ad
commit
01d78081a2
5 changed files with 250 additions and 33 deletions
|
@ -1,3 +1,6 @@
|
|||
# Takes one parameter, the destination directory
|
||||
mkdir -p $1
|
||||
cp -rL node_modules/vrml1to97/{deps,vrml1to97,streamToString.js} $1
|
||||
cp -rL node_modules/colorsea/dist/index.esm.js $1/colorsea.js
|
||||
cp -rL node_modules/colorsea/dist/index.d.ts $1/colorsea.d.ts
|
||||
patch -u $1/colorsea.d.ts -i etc/colorsea_types.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue