4602 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
46ccc1a6ff First draft of a filter explicitly working on camera. Currently it works only of meshmodel cameras but it can be useful for debugging cameras 2010-10-31 13:09:34 +00:00
Paolo Cignoni cignoni
a99db8b0a4 Shot is in float by default... 2010-10-31 13:06:59 +00:00
Paolo Cignoni cignoni
be6864df38 substituted functions to normalize and compute ramps with the corresponding functions in update 2010-10-31 13:04:36 +00:00
Fabio Ganovelli ganovelli
b8bf9ae9be just a comment 2010-10-29 17:22:26 +00:00
Fabio Ganovelli ganovelli
bc9f250dc4 integration of the apss,
handling of large input files (but very slow yet)
2010-10-29 17:21:37 +00:00
Fabio Ganovelli ganovelli
baef877b6f integration of the apss,
handling of large input files (but very slow yet)
2010-10-29 17:21:00 +00:00
Paolo Cignoni cignoni
16694325fd RayTracer -> Raytracer !!! 2010-10-29 15:16:48 +00:00
Guido Ranzuglia granzuglia
b39b1232f2 updated 2010-10-29 15:14:38 +00:00
Paolo Cignoni cignoni
d14780ac20 Corrected StructureSynth pro. 2010-10-29 14:48:42 +00:00
Guido Ranzuglia granzuglia
b9f7827da7 updated 2010-10-29 13:53:32 +00:00
Guido Ranzuglia granzuglia
a55283ac67 updated 2010-10-29 13:52:57 +00:00
Guido Ranzuglia granzuglia
f277fac944 exchanged lines order 2010-10-29 13:47:55 +00:00
Guido Ranzuglia granzuglia
e52c2d6af8 updated 2010-10-29 13:47:25 +00:00
Guido Ranzuglia granzuglia
3502f28f73 updated 2010-10-29 13:26:18 +00:00
Guido Ranzuglia granzuglia
477aaf6f12 update pro for the new version of the library 2010-10-29 13:16:10 +00:00
Guido Ranzuglia granzuglia
ac70c2d690 first version of new xml filter philosophy 2010-10-28 08:13:34 +00:00
Guido Ranzuglia granzuglia
e06a7ecded XML schema for new filters's system 2010-10-26 15:20:16 +00:00
Fabio Ganovelli ganovelli
403b8cad7e added support for unreferenced vertices (not fully tested yet) 2010-10-25 17:20:27 +00:00
Paolo Cignoni cignoni
6c9f7b7838 removed a surviving updategl 2010-10-25 13:52:31 +00:00
Paolo Cignoni cignoni
965b54ae84 Cleaned up camera clipboard mechanism now it uses the documented syntax 2010-10-25 13:48:49 +00:00
Paolo Cignoni cignoni
6b12c9e5e4 removed a surviving updategl 2010-10-25 12:38:57 +00:00
Paolo Cignoni cignoni
c479d655bd Added code to import camera parameters.
Modified the command line program to save a human-readable representation of the json string with photosynth data.
2010-10-24 16:56:57 +00:00
Paolo Cignoni cignoni
4592b89128 Code has been simplified and cleaned.
Introduced some macros to refactor repeated code.
2010-10-22 19:34:08 +00:00
Paolo Cignoni cignoni
aba0bf7c94 Cleaned around 2010-10-22 14:20:54 +00:00
Paolo Cignoni cignoni
13b5ff7257 dirty patches to enable correct downloading of at least the first coordsys.
Please clean up :)
2010-10-22 07:12:17 +00:00
Paolo Cignoni cignoni
e4eb8b0746 All needed data are now downloaded and parsed from the synth server. Data structures are filled with those data and ready to be used to create a new mesh in the document.
The implementation of readBigEndianSingle needs to be checked, as it returns always zero, thus the mesh will be wrong.
Moreover, printing the parsed data causes meshlab to crash.
2010-10-21 22:28:32 +00:00
Paolo Cignoni cignoni
b3b092c50d Add a new type of parameter: Shot. Added also the mechanism to get the camera from the current trackball position with the usual signal/slot exchange between the parameter dialog and the current glarea. 2010-10-21 13:39:32 +00:00
Paolo Cignoni cignoni
75b1ef65e5 Corrected a bug in the data managmente when unrolling. Now color and textures are preserved. 2010-10-21 13:37:42 +00:00
Paolo Cignoni cignoni
79b31c6adf changed alignement in dialogs. Numbers should be right aligned... 2010-10-21 08:11:17 +00:00
Paolo Cignoni cignoni
29b84f1155 The filter now partially implements the import process, stopping when binary files are sent back from the server.
applyFilter correctly hangs on active wait until data are available from the server.
Added feedback for the user during the processing and in case of errors.
2010-10-20 23:51:42 +00:00
Paolo Cignoni cignoni
69a55a0238 restructured a bit the pro of filter_photosynth 2010-10-19 21:20:48 +00:00
Paolo Cignoni cignoni
c6be3e41a2 Added a command line program which queries the photosynth webservice for the synth whose url is given as parameter.
Committed also an attempt to integrate the same code in the filter.
2010-10-19 20:09:51 +00:00
Paolo Cignoni cignoni
06a465684a changed from GMP to MPIR for portability reasons 2010-10-19 08:56:13 +00:00
Paolo Cignoni cignoni
de4b262d27 Added macx custom include file for MPIR library (a replacement for GMP) 2010-10-19 08:55:27 +00:00
Paolo Cignoni cignoni
c33c0a0e8b Added macx binary version of MPIR library precompiled (a replacement for GMP) 2010-10-19 08:54:34 +00:00
Fabio Ganovelli ganovelli
b183288f97 minor stuff in the gui 2010-10-18 13:28:11 +00:00
Paolo Cignoni cignoni
e03d361ed5 Added qtsoap to the external 2010-10-18 09:08:42 +00:00
Paolo Cignoni cignoni
3dec8e5d95 Added some documentation. 2010-10-16 18:05:52 +00:00
Paolo Cignoni cignoni
7b65a27e29 The added files contain the data structure definitions needed to represent a Synth and a partial implementation of the download process (contacting the web service). 2010-10-16 17:10:54 +00:00
Fabio Ganovelli ganovelli
a0b6f0d736 - fixed a bug in ooc_chains::Compact (on the setting of
chunks size)
- fixed a bug on toCleanUpCells (it was not cleared at the end of commit)
2010-10-16 10:25:39 +00:00
Paolo Cignoni cignoni
59155232cd filter_photosynth.cpp is now a compiling stub of this filter, with updated functions providing correct information to meshlab framework, in order to display the filter properly. 2010-10-15 17:41:13 +00:00
Nico Pietroni nicopietroni
146dc7fd61 corrected closest and distance calls to the ones in distance3.h 2010-10-15 15:24:50 +00:00
Paolo Cignoni cignoni
c7b955b4b6 io_u3d.cpp: Use correct IDTFConverter path under Linux. 2010-10-15 13:42:00 +00:00
Paolo Cignoni cignoni
e47892eb6f cleaned up the build pro of CSG filter 2010-10-14 15:47:46 +00:00
Paolo Cignoni cignoni
ccecb05123 Added macx binary version of gmp library precompiled. 2010-10-14 14:21:57 +00:00
Paolo Cignoni cignoni
6caf5ab005 Fix bug in union operator 2010-10-14 07:27:49 +00:00
Fabio Ganovelli ganovelli
1f69a5008a added Cell adjacencies update after commit 2010-10-13 15:11:28 +00:00
Paolo Cignoni cignoni
39638b1e07 Add a general explanation of intercept.h 2010-10-12 17:42:35 +00:00
Paolo Cignoni cignoni
afb1876707 Cleanup filter_csg
Remove unused code
2010-10-12 17:21:31 +00:00
Paolo Cignoni cignoni
e6a91bab07 Add comments to filter_csg
Explain the non-trivial methods used to ensure consistency
and improve performance.
2010-10-12 16:39:50 +00:00