Web
Transfer json from js to wasm
Here is a simple example about how to pass information by json from js to wasm (C++ generated). We will pass enum value with json in the following project. C++ JS: If you want to Read more…
Here is a simple example about how to pass information by json from js to wasm (C++ generated). We will pass enum value with json in the following project. C++ JS: If you want to Read more…
The post introduces two topics. My explore was based on the old project from What will happen if we pass wrong vtkRenderer object for vtkPicker::Pick?. Just see the important logics about our issue at the following Read more…
. I used the old project which was introduced on the post What will happen if we pass wrong vtkRenderer object for vtkPicker::Pick? to explore variable Tolerance effect. Let’s make Tolerance to be 0.1 in the picking experiment. We can see Read more…