Extension of libigl which allows to also read the texture of wrl-files in Python as igl.read_triangle_mesh(wrFilePath, V, F, TC)

Alec Jacobson (jalec 8b4e2c8d30 transparency 12 năm trước cách đây
examples 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây
file-formats 6dd618bfe1 custom color bars, colors for winding 12 năm trước cách đây
include 0b404948e7 fix bug in reantweakbar, better draw mesh and generalized adjacnecy matrix 12 năm trước cách đây
scripts 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây
.hgignore ca3f7ffc39 medit displays correct solution when clipping 12 năm trước cách đây
Makefile dd6d4ac69b is sparse and full templtated to work even if already full 12 năm trước cách đây
Makefile.conf 4709fbf3f8 added missing std:: 12 năm trước cách đây
matlab-to-eigen.html 98be5f8569 fixed bug in render to tga 13 năm trước cách đây
readme.txt 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây
style.css 6dd618bfe1 custom color bars, colors for winding 12 năm trước cách đây
style_guidelines.html 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây
todos.txt 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây
tutorial.html 2a4bcd5c5a more documentation, fixed bug in reanttweakbar 12 năm trước cách đây

readme.txt

IGL Library - A simple c++ geometry processing library
Copyright 2013 - Alec Jacobson, Daniele Panozzo, Olga Diamanti, Kenshi
Takayama, Leo Sacht
Interactive Geometry Lab - ETH Zurich

This is first and foremost a *header* library. Each header file should contain
a single function. The function may have multiple prototypes. All functions
should use the igl namespace and should adhere to the conventions and styles
listed below.

Further documentation is listed in tutorial.html, style_guidelines.html