Skip to content

Commit

Permalink
Deploying to gh-pages from @ 66fc35d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Aug 24, 2024
1 parent f01fcb8 commit 22819c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/f3d.js

Large diffs are not rendered by default.

Binary file modified web/f3d.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">F3D Web</h1>
<aside class="menu">
<div class="file has-name">
<label class="file-label">
<input class="file-input" type="file" id="file-selector" accept=".gml,.gltf,.glb,.obj,.ply,.pts,.stl,.vtk,.vtp,.vtu,.3ds,.wrl,.vrml,.fbx,.off,.x,.dae" />
<input class="file-input" type="file" id="file-selector" accept=".gml,.gltf,.glb,.obj,.ply,.pts,.stl,.vtk,.vtp,.vtu,.3ds,.wrl,.vrml,.fbx,.off,.x,.dae,.stp,.step,.igs,.iges,.brep,.xbf,.drc" />
<span class="file-cta">
<span class="file-label">Open a file...</span>
</span>
Expand Down
2 changes: 1 addition & 1 deletion webassembly/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">F3D Web</h1>
<aside class="menu">
<div class="file has-name">
<label class="file-label">
<input class="file-input" type="file" id="file-selector" accept=".gml,.gltf,.glb,.obj,.ply,.pts,.stl,.vtk,.vtp,.vtu,.3ds,.wrl,.vrml,.fbx,.off,.x,.dae" />
<input class="file-input" type="file" id="file-selector" accept=".gml,.gltf,.glb,.obj,.ply,.pts,.stl,.vtk,.vtp,.vtu,.3ds,.wrl,.vrml,.fbx,.off,.x,.dae,.stp,.step,.igs,.iges,.brep,.xbf,.drc" />
<span class="file-cta">
<span class="file-label">Open a file...</span>
</span>
Expand Down
4 changes: 3 additions & 1 deletion webassembly/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ cmake -S /src -B /build \
-DBUILD_SHARED_LIBS=OFF \
-DF3D_STRICT_BUILD=ON \
-DF3D_PLUGIN_BUILD_ASSIMP=ON \
-DF3D_PLUGIN_BUILD_DRACO=ON \
-DF3D_PLUGIN_BUILD_EXODUS=OFF \
-DF3D_PLUGIN_BUILD_OCCT=ON \
-DF3D_WASM_COPY_APP=ON \
-DCMAKE_BUILD_TYPE=$1 \
-DCMAKE_FIND_ROOT_PATH:PATH=/depends/
-DCMAKE_FIND_ROOT_PATH:PATH=/depends

cmake --build /build

Expand Down

0 comments on commit 22819c1

Please sign in to comment.