|
5b53950def
|
More error handling improvements
|
2014-05-13 14:05:02 +02:00 |
|
|
a1d3c3947e
|
Improve error handling
Basically be less fault tolerant. Added a lot of upper-case function
macros to use for fault-intolerant calls.
|
2014-05-13 13:47:13 +02:00 |
|
|
fe2698470a
|
Improve normal calculation
Should now also work on more complex polygons with more than 3 adjacent
faces. Also allows us to get the face normals separately.
|
2014-05-12 23:02:10 +02:00 |
|
|
da36cd20da
|
Implement vertex normals
|
2014-05-12 20:20:03 +02:00 |
|
|
ce4032f0be
|
Use vector member in HE_vert struct
|
2014-05-12 19:48:46 +02:00 |
|
|
29b8b410d6
|
Restructure find_center()
* return bool for success/failure
* use an out-vector to store the result
* fix tests
|
2014-05-11 14:02:34 +02:00 |
|
|
cf569224e0
|
Move some functions from gl_draw to half_edge
find_center() and get_normalized_scale_factor()
are not really related to drawing in it's own, but are
operation related to the HE_* structures
|
2014-05-10 21:05:08 +02:00 |
|
|
7610843935
|
Add @file/@brief doc, merge parser into half_edge
|
2014-05-10 19:33:54 +02:00 |
|
|
d90d6f4bd1
|
Restructure files
|
2014-05-10 19:16:13 +02:00 |
|