Glen Whitney
e7361f94a7
With this loaded in under the Firefox debugger, one can see linked WRL files and Java Geometry Applets on arbitrary web pages. This represents significant progress on #28, but getting more controls and getting it to work in other browsers is still on deck. Reviewed-on: #38 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
10 lines
384 B
Bash
10 lines
384 B
Bash
# Takes one parameter, the destination directory
|
|
mkdir -p $1
|
|
cp etc/deps/jquery.js $1
|
|
cp -r etc/deps/x_ite $1
|
|
cp -r etc/deps/geotypes $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
|