4757 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
97b27d77c8 Added ctrl+n short cut for new empty doc and removed a few debug prints 2010-10-31 13:36:09 +00:00
Paolo Cignoni cignoni
65353899cc Better info in the top level readme 2010-10-31 13:34:47 +00:00
Paolo Cignoni cignoni
cc5901b86f A needed Shotd -> Shotf 2010-10-31 13:33:31 +00:00
Paolo Cignoni cignoni
01dc697214 Implemented a widget for the shot parameter (it allow to use the shot generated from the current trackball) 2010-10-31 13:31:22 +00:00
Paolo Cignoni cignoni
53da28b892 Added slot/signals for transmitting the shot from the view to a unknown requester (the parameter dialog for example) 2010-10-31 13:29:44 +00:00
Paolo Cignoni cignoni
e22d4ce801 Changed the type of the shot parameter from Shotd to Shotf for better compatibility 2010-10-31 13:26:23 +00:00
Paolo Cignoni cignoni
13ffca73e1 first draft of the gridded background decoration.
To be completed.
2010-10-31 13:24:51 +00:00
Paolo Cignoni cignoni
4a7ef17068 Updated to the new glLabel and significantly improved the camera decoration. Now it shows some numerical info, the viewpoint position and the reference frame of the camera with the RGB colored standard axis 2010-10-31 13:20:38 +00:00
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