Massimiliano Corsini maxcorsini
6b2daa6ff2
remove model reference
2007-12-06 14:47:35 +00:00
Massimiliano Corsini maxcorsini
be8c94f75f
code restyling
2007-12-06 14:47:04 +00:00
Paolo Cignoni cignoni
af76f164cc
Changed the strategy for finding the path of the idtfconverter
2007-12-06 09:58:14 +00:00
Guido Ranzuglia granzuglia
13a576f553
removed old interface and added the new one...
...
There is at least a known bug on latex file generation...we are working to fix it...
2007-12-05 14:16:58 +00:00
Paolo Cignoni cignoni
64930d3ade
Changed 'gl/glew.h' in 'GL/glew.h'
2007-12-05 09:54:06 +00:00
Paolo Cignoni cignoni
da9e2503e3
- Cleaned up some stuff
2007-12-05 00:38:36 +00:00
Paolo Cignoni cignoni
47daba3d37
- Added help tooltips for parameters.
2007-12-05 00:20:27 +00:00
Paolo Cignoni cignoni
426921953e
- Added VBOs for improved performance, if hardware supports it!
...
- Changed Log message at the end, now reports both total time and time for initialization.
2007-12-04 18:03:40 +00:00
Paolo Cignoni cignoni
6a5ce01fdf
- Fixed timer. Was using QTimer, now replaced with QTime.
...
- Removed Display Lists: lot worse performance but at least it doesn't screw up with very large models. Will soon be fixed with VBOs.
2007-12-04 00:01:48 +00:00
Massimiliano Corsini maxcorsini
13246180a1
code restyling
2007-12-03 12:01:04 +00:00
Massimiliano Corsini maxcorsini
6a4943ca4b
code restyling
2007-12-03 11:35:24 +00:00
Massimiliano Corsini maxcorsini
cfdff690b3
code restyling
2007-12-03 11:27:24 +00:00
Massimiliano Corsini maxcorsini
b83daf9e45
*** empty log message ***
2007-12-03 11:14:55 +00:00
Massimiliano Corsini maxcorsini
a1983a8a5f
code restyling
2007-12-03 11:10:26 +00:00
Massimiliano Corsini maxcorsini
fca9aadcc5
code restyling
2007-12-03 11:08:48 +00:00
Massimiliano Corsini maxcorsini
dbfb5e4d3b
code restyling
2007-12-03 10:53:04 +00:00
Massimiliano Corsini maxcorsini
0a1218b5d9
code restyling
2007-12-03 10:46:06 +00:00
Massimiliano Corsini maxcorsini
80616fc05d
code restyling
2007-12-03 10:29:37 +00:00
Massimiliano Corsini maxcorsini
6477adeb60
restyling code
2007-12-03 10:14:59 +00:00
Paolo Cignoni cignoni
523e521fac
removed useless includes
2007-12-02 23:54:28 +00:00
Paolo Cignoni cignoni
d40818facd
Removed AlignWrapper, becouse useless (the useful stuff it is already in meshlab/alnparser)
2007-12-02 21:59:40 +00:00
Paolo Cignoni cignoni
367df72f66
Small changes for safer compiling
2007-12-02 17:21:39 +00:00
Paolo Cignoni cignoni
071f78e28a
- Fixed hardware occlusion: now it will run only if the GPU supports FP32 textures. This because lower precision textures don't allow a precise comparison with the depth buffer, resulting in visual artifacts.
...
- Improved detection of hardware capabilities.
- First implementation of seconds counter, not working properly.
- Actual implementation is a VRam hog. Further optimization will come later.
2007-12-02 16:00:06 +00:00
Paolo Cignoni cignoni
c52ea19c38
Small changes to clean the compilation on .net
2007-12-02 10:06:08 +00:00
Paolo Cignoni cignoni
31765a1216
Added the correct vcg-meshlab comment header
2007-12-02 07:55:35 +00:00
Paolo Cignoni cignoni
c8701eddd3
disambiguated sqrt call
2007-12-02 07:53:51 +00:00
Paolo Cignoni cignoni
19067c3377
change to case sensitive name to allow unix compilation
2007-12-01 12:45:23 +00:00
Paolo Cignoni cignoni
a8c71abff6
changed gl/glew.h in GL/glew.h
2007-12-01 12:44:24 +00:00
Paolo Cignoni cignoni
54e1184f0b
moved generic dialog to the meshlab base
2007-11-30 07:19:09 +00:00
Massimiliano Corsini maxcorsini
de8bd45fbd
first working version of occlusion hw
2007-11-29 17:13:33 +00:00
Massimiliano Corsini maxcorsini
80c589fbef
remove display list
2007-11-29 13:40:26 +00:00
Massimiliano Corsini maxcorsini
a2f46572fd
clean the code
2007-11-29 13:04:51 +00:00
Massimiliano Corsini maxcorsini
808c0859f7
*** empty log message ***
2007-11-29 12:50:57 +00:00
Massimiliano Corsini maxcorsini
09046457af
further optimization to occlusion sw
2007-11-29 12:46:40 +00:00
Massimiliano Corsini maxcorsini
fbc777e16d
reduce memory use
2007-11-29 11:03:24 +00:00
Paolo Cignoni cignoni
6ad9b34f8e
directly specifiying lib3ds lib for mac
2007-11-28 11:50:51 +00:00
Paolo Cignoni cignoni
22ea6d7fb0
switched to lib3ds v1.3.0 stable.
2007-11-28 10:28:39 +00:00
Paolo Cignoni cignoni
4b7cefaf91
wrong include path
2007-11-27 06:44:31 +00:00
Federico Ponchio ponchio
20d73ce3a4
Added Mean Ratio metric for triangle quality.
2007-11-26 13:33:30 +00:00
Paolo Cignoni cignoni
f011f36941
gcc related issues
2007-11-26 12:21:15 +00:00
Paolo Cignoni cignoni
5797e611d8
Yet another small cosmetic change to the interface of the io filters.
2007-11-26 07:35:27 +00:00
Paolo Cignoni cignoni
9f57dadb6a
Changed the interface of the io filters. Now also a default bit set for the capabilities has to specified
2007-11-25 09:48:39 +00:00
Paolo Cignoni cignoni
aeee74c728
disambiguated sqrt call
2007-11-23 15:35:19 +00:00
Paolo Cignoni cignoni
2c37ab22e3
Using different values for glPolygonOffset in GPU / CPU
2007-11-23 10:02:34 +00:00
Paolo Cignoni cignoni
c65b0ba3d5
FBO is no longer set up if CPU MODE is selected
2007-11-23 09:46:45 +00:00
Paolo Cignoni cignoni
857e024ac3
align parameters dialog
2007-11-21 10:57:21 +00:00
Paolo Cignoni cignoni
7dac66d73d
align parameters dialog
2007-11-21 09:48:38 +00:00
Paolo Cignoni cignoni
cb6ba37eff
better help and color clustering
2007-11-21 09:48:03 +00:00
Guido Ranzuglia granzuglia
b667118d3b
first version of u3d converter with parameter form
2007-11-21 09:32:14 +00:00
Federico Ponchio ponchio
78d2db647a
Added triangle quality with possibiliti to cohose metric.
2007-11-20 18:26:52 +00:00