Paolo Cignoni cignoni
f2d0de4884
added edit_texture and filter_quality
2008-02-26 11:17:46 +00:00
Federico Ponchio ponchio
6dfc401066
inverted trackball rotation due to changes in quaternion.h
2008-02-25 14:08:36 +00:00
Paolo Cignoni cignoni
0a2c11ef45
correct compiler testing for hash fucntion
2008-02-22 15:24:18 +00:00
Paolo Cignoni cignoni
c4e8c3322d
first version
2008-02-22 13:19:28 +00:00
Paolo Cignoni cignoni
dcccc26d20
Added the Pen Radius Slider
2008-02-20 11:57:28 +00:00
Paolo Cignoni cignoni
7bae6905b5
added a penn radius slider (not working yet)
2008-02-20 00:00:29 +00:00
Paolo Cignoni cignoni
b9fee35aab
Improved the main Queue
2008-02-19 11:27:20 +00:00
Luca Benedetti benedetti
54f37b2189
rewritten from scratch after sf/wrap/gui/rubberband creation
2008-02-16 13:09:12 +00:00
Paolo Cignoni cignoni
d1167df034
some changes to the distance function
2008-02-15 14:34:33 +00:00
Paolo Cignoni cignoni
bf651f49c7
*** empty log message ***
2008-02-14 07:41:30 +00:00
Paolo Cignoni cignoni
a3d58783e4
removed mask bug and added scaling of maps
2008-02-12 21:59:06 +00:00
Paolo Cignoni cignoni
873aed8632
- Disabled the FP16 path since needs rewriting good part of the code: need time!
...
- GPU version works only with FP32 blending capable hardware: aka Shader Model 4.0!
- CPU version should work anyway
2008-02-12 14:39:56 +00:00
Paolo Cignoni cignoni
1a1fca3f74
changed the function getParameter into the more meaningful getCustomParameter and added the freeze option
2008-02-12 14:21:39 +00:00
Paolo Cignoni cignoni
2a5243e002
changed the function getParameter into the more meaningful getCustomParameter
2008-02-12 14:20:33 +00:00
Paolo Cignoni cignoni
04c4bee043
some curvature fixes
2008-02-12 14:08:59 +00:00
Paolo Cignoni cignoni
2bbf724def
- Small changes for improved ATI support
2008-02-11 18:55:21 +00:00
Paolo Cignoni cignoni
a5ad530ba3
- Improved portability on systems with less powerful hardware
...
- Added a fallback to FP16 blending for hardware that doesn't support it on FP32 render targets.
2008-02-11 18:09:50 +00:00
Paolo Cignoni cignoni
3da712c03b
forgotten a inspectButton reference
2008-02-10 09:48:03 +00:00
Paolo Cignoni cignoni
18eaf8a711
covertInTGATextures -> convertInTGATextures
2008-02-10 09:40:49 +00:00
Paolo Cignoni cignoni
06ab451592
changed fopen_s into fopen to allow again compiling with non microsfot compilers
2008-02-10 09:39:38 +00:00
Paolo Cignoni cignoni
6f504602ea
added a missing clear border flag in remove non manifold
2008-02-10 09:32:39 +00:00
Paolo Cignoni cignoni
41df01263f
- Introducing rendering to multiple render targets. In order to allow more vertices to be processed by the hardware, MRTs became a necessity. In this way we can multiply by 4 or even by 8 (GF 8xxx +) the maximum number of vertices processed.
...
- Texture size for vertices and normals are choosen automatically, picking the smallest one possible in order to greatly speeding up the calculations.
- Max textures size is now 2048 for a couple of reasons..
- Small bugs fixed
2008-02-09 17:55:19 +00:00
Guido Ranzuglia granzuglia
9b2a012774
textures conversion in tga both for u3d and idtf format
2008-02-08 16:36:11 +00:00
Paolo Cignoni cignoni
13718686c0
Cleaned up comment and logging
2008-02-07 09:43:04 +00:00
Paolo Cignoni cignoni
cd800a0f7e
added recalc current arc
2008-02-07 09:41:42 +00:00
Paolo Cignoni cignoni
eebdc0fb8e
Big Bug correction changed a M=M*out vs M=out*M in the Align with Adj function
2008-02-07 09:40:01 +00:00
Paolo Cignoni cignoni
93c5f076a0
repaint of log and after various update.
2008-02-07 09:37:47 +00:00
Paolo Cignoni cignoni
b0df00d335
wrong assert
2008-02-05 13:22:24 +00:00
Paolo Cignoni cignoni
7d5419d67f
Cleaned up variable names and printing
2008-02-05 13:21:42 +00:00
Paolo Cignoni cignoni
186f9bc444
added field for storing the overlapping area (and removed some prints)
2008-02-05 12:01:31 +00:00
Fabio Ganovelli ganovelli
f9d2946200
added include to queue
2008-02-04 18:01:11 +00:00
Paolo Cignoni cignoni
2e31c64215
- Minor fixes
2008-02-04 15:59:04 +00:00
Paolo Cignoni cignoni
f7a6862677
- Fixed GPU Rendering: now there's no relation between depth texture size and maximum number of vertices allowed.
...
- Maximum number of vertices allowed now depends upon maximum texture size supported by the GPU. Anyway, since supporting very large textures does not necessary mean that's wise to use them, it's better to clamp texture size at 4096: eg. GF 8400 with 256MB can't handle very well 4 x 64MB textures while 4 x 16MB shouldn't be a problem.
2008-02-04 15:37:43 +00:00
Paolo Cignoni cignoni
2d203e13bd
added the missing ui in the pro and corrected the mismatched including
2008-02-04 00:32:57 +00:00
Paolo Cignoni cignoni
cc67368428
Now the add of the various types check for the existence of the needed stuff (e.g. per wedge normal are added only if the mesh support them)
2008-02-04 00:17:43 +00:00
Paolo Cignoni cignoni
9bdf5d331a
Corrected iteration on faces in the face-shape-quality. now respect isD
2008-02-03 23:33:13 +00:00
Paolo Cignoni cignoni
52af5fd605
- Reworking GPU version in order to unlink relation between depth texture size and vertex position/normals texture size. Due to this, it might not work in some circumstances.
...
- Little clean-ups here and there
2008-01-30 20:48:09 +00:00
Guido Ranzuglia granzuglia
3fd4944c58
remove README.txt
2008-01-30 08:38:46 +00:00
Guido Ranzuglia granzuglia
b538d963c9
new colladaio project with support for the new exporter
2008-01-30 08:37:32 +00:00
Guido Ranzuglia granzuglia
a69652bb5f
temporary colladaio interface...TO BE REPLACED!!!!
2008-01-30 08:36:33 +00:00
Paolo Cignoni cignoni
95ceb713b6
wrong test in an assert
2008-01-28 14:46:24 +00:00
Paolo Cignoni cignoni
687bcf9414
fixed typo: MeshTree::resetID() -> resetID()
2008-01-28 12:36:36 +00:00
Paolo Cignoni cignoni
adef3e02c7
added documentfilter sample
2008-01-28 11:14:28 +00:00
Paolo Cignoni cignoni
d4adeefa7c
Fixed Bug "added defined(Q_OS_LINUX) after #elif"
2008-01-22 16:08:49 +00:00
Paolo Cignoni cignoni
a6d9e00291
Corrected bug of disappearing number
2008-01-22 01:34:24 +00:00
Paolo Cignoni cignoni
7a645b2d82
restructured a bit and added ICP sample rendering
2008-01-16 22:05:09 +00:00
Paolo Cignoni cignoni
3c827451ac
restructured and added ICP sample rendering
2008-01-16 22:04:15 +00:00
Paolo Cignoni cignoni
3a65e9052b
false color is defaulted
2008-01-16 22:03:19 +00:00
Paolo Cignoni cignoni
1fefce8dca
better cleaning
2008-01-16 22:02:55 +00:00
Paolo Cignoni cignoni
ecfe4f8dba
Implemented endEdit,
...
Removed scaling from pointbased aligment,
added id inside nodes of meshTree
2008-01-16 01:47:29 +00:00