Paolo Cignoni cignoni
|
1bcbe6d48a
|
moved out code for saving of aln
|
2007-10-08 08:55:09 +00:00 |
|
Paolo Cignoni cignoni
|
227a6d2d90
|
added saving of aln
|
2007-10-08 08:48:20 +00:00 |
|
Paolo Cignoni cignoni
|
73614f6b5a
|
Updated used defined dialog to the new filter interface.
|
2007-10-06 23:39:01 +00:00 |
|
Paolo Cignoni cignoni
|
c9499ea03c
|
corrected management of suspeneded editing actions. Added filter toolbar
|
2007-10-06 23:29:51 +00:00 |
|
Paolo Cignoni cignoni
|
58c5adbd08
|
added missing add/get matrix
|
2007-10-06 23:27:29 +00:00 |
|
Paolo Cignoni cignoni
|
43e84dfb99
|
wrong init in a case statement
|
2007-10-02 10:03:03 +00:00 |
|
Paolo Cignoni cignoni
|
9f5ca5b754
|
New filter interface. Hopefully more clean and easy to use.
|
2007-10-02 09:55:38 +00:00 |
|
Paolo Cignoni cignoni
|
680abed7f4
|
New filter interface. Hopefully more clean and easy to use.
|
2007-10-02 08:13:53 +00:00 |
|
Paolo Cignoni cignoni
|
22ee4f369c
|
New filter interface. Hopefully more clean and easy to use.
|
2007-10-02 07:59:44 +00:00 |
|
Paolo Cignoni cignoni
|
ad1d99d51a
|
Updated all the QT pro to the requirements for filters. Removed PPC support.
|
2007-10-02 07:53:29 +00:00 |
|
Paolo Cignoni cignoni
|
65208e739b
|
Fix around multiple application of single pass rfx shaders.
|
2007-09-27 16:28:43 +00:00 |
|
Paolo Cignoni cignoni
|
193082ab9d
|
fixed compilation issue under unix oses
|
2007-09-27 13:04:26 +00:00 |
|
Paolo Cignoni cignoni
|
1c4fbf27c6
|
bug fix
|
2007-09-22 16:37:08 +00:00 |
|
Paolo Cignoni cignoni
|
7785b2ab44
|
removed a dead lock
|
2007-09-21 09:58:43 +00:00 |
|
Paolo Cignoni cignoni
|
2763f2b4b8
|
added a refine step for the edge faces
|
2007-09-17 10:40:33 +00:00 |
|
Paolo Cignoni cignoni
|
213f071ce4
|
Added missing return
|
2007-09-15 09:07:33 +00:00 |
|
Paolo Cignoni cignoni
|
1b914a21f2
|
Added notification of ortho projection
|
2007-09-15 09:06:20 +00:00 |
|
Paolo Cignoni cignoni
|
d77e500103
|
This is just an example to make the Render Monkey Shaders render plugin to work. It's the original file from Render Monkey examples.
|
2007-09-12 15:40:16 +00:00 |
|
Paolo Cignoni cignoni
|
b3d6bc7b89
|
The directory "render_rm" for Ati Render Monkey Shaders render plugin is added to the project.
|
2007-09-12 15:38:42 +00:00 |
|
Paolo Cignoni cignoni
|
dfaa8beb7b
|
Initial commit of the Render Monkey Shaders render plugin. At the moment the plugin is able to parse and load any "rfx" (render monkey save file) file that is present under the directory "src/meshlab/shadersrm/" at startup time. The files which are correctly parsed will be displayed under the menu "Render" -> "Shaders". For each shader found in this directory a window dialog is popuped to ask the user some setting: you can select any effect declared in the file, and for each effect you can custom the uniform variables and the textures of each pass. For each pass the vertex program and the fragment program are correcty loaded in memory and the uniform variable (at startup and when modified) are correctly updated in memory (at their right location) as well as the declared textures. The multi pass rendering is still missing, and at the moment the plugin wont interfere the render routine at all.
|
2007-09-12 15:38:01 +00:00 |
|
Paolo Cignoni cignoni
|
b8e483dd16
|
Minor changes to avoid memory leak.
Added two glGetError() to avoid MeshLab to crash when the plugin encounters some error on its way
|
2007-09-09 17:56:13 +00:00 |
|
Paolo Cignoni cignoni
|
494a4722ab
|
Avoiding gcc's warning
|
2007-09-07 12:01:10 +00:00 |
|
Paolo Cignoni cignoni
|
ea1b7b1acf
|
cleaned include files
|
2007-08-25 08:42:45 +00:00 |
|
Paolo Cignoni cignoni
|
ea10ff3719
|
removed useless include path
|
2007-08-25 08:41:30 +00:00 |
|
Paolo Cignoni cignoni
|
d5283921cc
|
correct resizing for the dialog
|
2007-08-25 08:39:55 +00:00 |
|
Paolo Cignoni cignoni
|
2d8bd595c9
|
added some typename
|
2007-08-23 08:31:33 +00:00 |
|
Paolo Cignoni cignoni
|
bafed177e9
|
added #include <float.h>
added some typename
|
2007-08-23 08:31:11 +00:00 |
|
Paolo Cignoni cignoni
|
457eaae5f4
|
Several Improvements
|
2007-08-20 09:22:47 +00:00 |
|
Paolo Cignoni cignoni
|
42300dab71
|
Added a Reset Button
|
2007-08-20 09:21:56 +00:00 |
|
Paolo Cignoni cignoni
|
c6cb8e3309
|
Added Freeze transform and improved transformation dialog
|
2007-07-24 07:20:26 +00:00 |
|
Paolo Cignoni cignoni
|
2eadcc094c
|
managed failure in loading of project. Added safe cleaning of meshes with nan coords
|
2007-07-24 07:19:04 +00:00 |
|
Paolo Cignoni cignoni
|
285885b76e
|
moved matrix Tr inside mesh class
|
2007-07-24 07:18:05 +00:00 |
|
Paolo Cignoni cignoni
|
4cf5144026
|
moved matrix inside mesh class
|
2007-07-24 07:17:27 +00:00 |
|
Paolo Cignoni cignoni
|
16358003c1
|
moved matrix inside mesh class and added safe init at construction time
|
2007-07-24 07:16:51 +00:00 |
|
Paolo Cignoni cignoni
|
e7e6cab69c
|
better resizing
|
2007-07-24 07:13:49 +00:00 |
|
Paolo Cignoni cignoni
|
5125e516c1
|
minor is an existing macro
|
2007-07-16 09:55:57 +00:00 |
|
Paolo Cignoni cignoni
|
8051e6ba13
|
Final changes to the interface (no docking and better resizing)
|
2007-07-16 09:31:05 +00:00 |
|
Paolo Cignoni cignoni
|
74e6862c67
|
SizePolicy of each Item set to Preferred
|
2007-07-14 14:58:46 +00:00 |
|
Paolo Cignoni cignoni
|
f6accf37c3
|
Default button works good, and dialog compatibility with other OS
|
2007-07-14 14:17:55 +00:00 |
|
Paolo Cignoni cignoni
|
c3725dea84
|
ComputerCurvatureTensor function re-wrote
|
2007-07-14 13:35:39 +00:00 |
|
Paolo Cignoni cignoni
|
eb90adce04
|
Save and load of beloved aln files
|
2007-07-13 15:18:22 +00:00 |
|
Paolo Cignoni cignoni
|
f7a2dc62b1
|
Corrected per mesh color management (needed by align)
|
2007-07-13 15:17:16 +00:00 |
|
Paolo Cignoni cignoni
|
5c0a3d753d
|
Corrected bug on bbox of multiple meshes
|
2007-07-13 15:16:48 +00:00 |
|
Paolo Cignoni cignoni
|
fd93e56f35
|
first release ported from our beloved internal library
|
2007-07-13 15:14:25 +00:00 |
|
Paolo Cignoni cignoni
|
01744c0011
|
first release
|
2007-07-13 14:22:51 +00:00 |
|
Paolo Cignoni cignoni
|
f6b44c39b1
|
Fix dialog size
|
2007-07-13 12:45:46 +00:00 |
|
Paolo Cignoni cignoni
|
df3defad0f
|
changed "tri::io::Mask::Mask::IOM_FACECOLOR" to "tri::io::Mask::IOM_FACECOLOR"
|
2007-07-12 23:13:30 +00:00 |
|
Paolo Cignoni cignoni
|
4e5519da66
|
added "curvature" function for testing purpose
|
2007-07-12 23:10:23 +00:00 |
|
Paolo Cignoni cignoni
|
947fa7edbd
|
started the re-write of the main function (work in progress)
|
2007-07-12 23:10:10 +00:00 |
|
Paolo Cignoni cignoni
|
9e5f2d66cf
|
Added the "curvature" buttons for testing purpose
|
2007-07-12 23:08:24 +00:00 |
|