52 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
d7aa8bb5c9 Object file importer now performs also materials and texture names loading 2005-12-06 05:07:39 +00:00
Paolo Cignoni cignoni
7400887489 first try with correct Set and User bit 2005-12-05 18:47:08 +00:00
Paolo Cignoni cignoni
d88fb4bcc2 testing version of a toon shader 2005-12-03 10:59:52 +00:00
Paolo Cignoni cignoni
6411401988 adding to mask how much we save a obj file format. the mask taken from the dialogue window SaveMaskDialog. 2005-12-03 09:45:43 +00:00
Paolo Cignoni cignoni
4e72543767 added debug on CONFIG 2005-12-02 21:34:41 +00:00
Paolo Cignoni cignoni
0fac9c94f7 correct bounding box coordinate and indexes (idx, idy and idz).
Doesn't work yet, work in progress. Need to check UpdateBoundingBox
and correct set of flags (SetS and IsS)
2005-12-02 21:34:21 +00:00
Paolo Cignoni cignoni
febd60c1a8 slightly change update on topology 2005-12-02 21:32:51 +00:00
Paolo Cignoni cignoni
e092c8e665 added support for the rescue of the normal per vertex 2005-12-02 17:49:27 +00:00
Paolo Cignoni cignoni
80a2b495fd Test program for clustering decimator. 2005-12-01 20:46:43 +00:00
Paolo Cignoni cignoni
ea6c3ccd22 loop seem now to work !!! 2005-11-30 08:48:07 +00:00
Paolo Cignoni cignoni
518c8ad3a5 added:
1. save TCoord2 with struct map
2. callback
3. define static member to the access class Exporter
2005-11-30 00:44:07 +00:00
Paolo Cignoni cignoni
919ca09fd3 correct line ending 2005-11-29 10:57:20 +00:00
Paolo Cignoni cignoni
da4dd88555 first working version 2005-11-28 11:38:07 +00:00
Paolo Cignoni cignoni
1307abe989 Added test of callback with null 2005-11-27 16:46:13 +00:00
Paolo Cignoni cignoni
d50477fcab changed vector declaration from oldVertVec(m.vert.size()) to oldVertVec. 2005-11-25 17:34:52 +00:00
Paolo Cignoni cignoni
5c60fde152 fixed setting even vertex loop 2005-11-24 20:23:01 +00:00
Paolo Cignoni cignoni
5ee1957fbf s-x controls histogram frac
d-c controls histogram range

added screwdriver model
2005-11-24 17:07:46 +00:00
Paolo Cignoni cignoni
a70b62627c added some debug controls:
a-z: changes curvaure clamp values
s-x: changes histogram range value (not working?)
m: switch between histogram and manual clamp
2005-11-24 11:10:14 +00:00
Paolo Cignoni cignoni
19fd89d2e4 I forgot this one! 2005-11-24 10:42:31 +00:00
Paolo Cignoni cignoni
69f30357ba Ho committato la versione come si era sistemata a lezione.
Se non va bene sovrascrivetela pure...
2005-11-24 01:43:25 +00:00
Paolo Cignoni cignoni
cbdc96ff57 added:
histogram to txt file
argv[1]: ply model to open
2005-11-23 23:58:29 +00:00
Paolo Cignoni cignoni
dcc9172eb8 changed vertex to vertexplus and face to faceplus for MyMesh 2005-11-23 15:57:20 +00:00
Paolo Cignoni cignoni
9519c4b80d new version of RefineOddEvenE.
Does not aborts or segfaults but gives incorrect faces.
2005-11-23 15:56:03 +00:00
Paolo Cignoni cignoni
b042822e01 colori della mesh in base ai valori di curvatura gaussiana dei vertici 2005-11-23 15:18:33 +00:00
Paolo Cignoni cignoni
37bbb459c5 merge del nuovo codice di trimesh_sdl.cpp 2005-11-22 21:48:06 +00:00
Paolo Cignoni cignoni
d93111812e modificato sample sdl 2005-11-22 18:02:36 +00:00
Paolo Cignoni cignoni
b31a08a244 fixato caricamento della mesh 2005-11-22 17:47:54 +00:00
Paolo Cignoni cignoni
4f844cfd89 importato visualizzatore sdl 2005-11-22 17:03:18 +00:00
Paolo Cignoni cignoni
13c56c8b6b fix output text 2005-11-22 10:52:30 +00:00
Paolo Cignoni cignoni
ce4f45598a passing mesh by refererence instead of by value 2005-11-22 09:08:01 +00:00
Paolo Cignoni cignoni
3e8acdd1dc work in progress on even iterations 2005-11-21 16:02:28 +00:00
Paolo Cignoni cignoni
955d9e28e3 copiaincolla e test vari 2005-11-20 11:15:47 +00:00
Paolo Cignoni cignoni
7de6c4d91a added UpdateTopology on VertexFace 2005-11-18 10:59:48 +00:00
Paolo Cignoni cignoni
fee07fb15f cleaned RefineEvenOddE. It doesn't work because missed deleted flags 2005-11-18 10:59:09 +00:00
Paolo Cignoni cignoni
f27594344c test 2005-11-17 11:23:21 +00:00
Paolo Cignoni cignoni
49a7713dec added plugins support with qt-v4.0 2005-11-17 10:24:56 +00:00
Paolo Cignoni cignoni
c37e4104b1 test.. 2005-11-15 16:22:54 +00:00
Paolo Cignoni cignoni
aec19cf72d Implemented a loop for reserch the odd vertex to call on his the evenPointLoop function for smoothing the mesh.
Only one problem: the marker function are not implemented on vertexplus,that are a condition for use that algorithm.
2005-11-15 00:01:34 +00:00
Paolo Cignoni cignoni
99e2029fb1 change on Refine method calling 2005-11-14 16:00:15 +00:00
Paolo Cignoni cignoni
7dd2d46037 work in progress on RefineEvenOddE for Loop alghoritm 2005-11-14 15:59:19 +00:00
Paolo Cignoni cignoni
e5e69d2a58 bug-fix History 2005-11-10 00:15:15 +00:00
Paolo Cignoni cignoni
11008db0ba Added main method for testing import_obj.h and export_obj.h //old
Added comment code
Added History Log CVS
2005-11-10 00:13:48 +00:00
Paolo Cignoni cignoni
a4d44e45c9 Added comment code 2005-11-10 00:06:43 +00:00
Paolo Cignoni cignoni
17bf908dbe Added comment revision 2005-11-10 00:01:50 +00:00
Paolo Cignoni cignoni
205e1f04e5 up-to-date method Save. 2005-11-09 23:40:46 +00:00
Paolo Cignoni cignoni
276b1fa7c5 define export ojb file format, plus main program to test by copy import_obj and export_obj 2005-11-09 20:30:19 +00:00
Paolo Cignoni cignoni
80999658b3 Added sample project used to test OBJ importer class. 2005-11-09 11:04:56 +00:00
Paolo Cignoni cignoni
3c89f4e55c OBJ file importing mechanism extended for faces with more than four vertices. 2005-11-09 11:01:10 +00:00
Paolo Cignoni cignoni
2301c81335 Added first working implementation of OBJ file importer. 2005-11-08 17:45:26 +00:00
Paolo Cignoni cignoni
d93dab9f3b Added "Assert(0)" in emptyCurvature Type 2005-11-05 09:43:08 +00:00