czc98

Results 4 issues of czc98

I have compiled meshlib from emscripten as documented, but I don't know much about how to convert my own code to wasm. Could provide some examples?

Hi, I found that Meshlib has the concept of offset, but it applies to mesh. I have a curve made of a series of points, and that curve is attached...

你好,我执行mpi_dec_test demo使用MJPEG解码器解码mjpeg文件时报如下错误: ``` mpp[1352]: jpegd_parser: jpeg_judge_yuv_mode Unsupported YCbCr Format: (2*2:1*2:1*2) mpp[1352]: jpegd_parser: jpegd_decode_frame sof0 decode error mpp[1352]: mpp_dec: mpp_dec_advanced_thread something wrong with mpp_parser_parse! mpp[1352]: mpi_dec_test: 0x2539be80 decoded frame 0 ```...

I download build result in [MeshLib GitHub Releases](https://github.com/MeshInspector/MeshLib/releases). I tried to use it in cmake project. ``` cmake_minimum_required(VERSION 3.16 FATAL_ERROR) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) project(MeshBoolean CXX) add_executable(MeshBoolean MeshBoolean.cpp) target_include_directories(MeshBoolean PUBLIC...