Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: nraynaud/MeshLib

Tags

v0.0.18.25

Toggle v0.0.18.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIx for common plugins (MeshInspector#360)

* do not recalc already added items

* another attempt

* update

* add comment

Co-authored-by: Grant Karapetyan <[email protected]>

v0.0.17.22

Toggle v0.0.17.22's commit message
Fix writing of not-packed meshes in PLY, MIC#906

v0.0.16.111

Toggle v0.0.16.111's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix rare macos rendering issue (MeshInspector#329)

* Use gles 3 for mac

* request opengl 3.3 for macos

* Revert "request opengl 3.3 for macos"

This reverts commit 4c1d6cd.

* Revert "Use gles 3 for mac"

This reverts commit 0213aaf.

* try libigl hack

* Revert "try libigl hack"

This reverts commit efb520d.

* test update shaders

* other fix

* add comment

v0.0.15.2

Toggle v0.0.15.2's commit message
fix fedora distribution

v0.0.14.81

Toggle v0.0.14.81's commit message
ObjectLabel: fix potential crash

v0.0.13.24

Toggle v0.0.13.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update dirty flags due to corner rendering (MeshInspector#189)

v0.0.12.5

Toggle v0.0.12.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decimate Polyline3 (MeshInspector#172)

* Decimate Polyline3

* grammar

v0.0.11.6

Toggle v0.0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added boolean operation in meshconv (union, subtract, Intersection) (M…

…eshInspector#166)

* added boolean operation in meshconv (union, subtract, Intersection)

* reworked. fixed parsing

v0.0.10.12

Toggle v0.0.10.12's commit message
MREMeshDecimateParallel: add support for the region

v0.0.9.6

Toggle v0.0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
VertexIdentifier class extracted from fromBinaryStl (MeshInspector#150)

* VertexIdentifier class extracted from fromBinaryStl

* fix memcpy

* #include "MRphmap.h" moved in the header

* fromPointTriples function added