Change Canvas For VTK WASM Project

The post demonstrates the process of configuring the 3D window after switching from the original canvas to another. After clicking on the update button at the bottom-left position on the webpage, we will call Worker::ChangeRenderWindow to handle the scene. index.html: The interface in worker.cpp: The whole project had been uploaded Read more…

3D Model Editor – Remove Non-monifold Edges And Non-monifold Points

We have added a new feature to the 3D Model Editor. It can remove non-monifold edges and non-monifold points. The non-monifold edges and non-monifold points are introduced at https://www.weiy.city/2022/09/3d-model-editor-find-non-manifold-edge-and-points/. Let’s create a cube with non-monifold edges and non-monifold points by the following code. The model file had been uploaded to Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X