blob: fad1ffea96156be7a737625d01a0d84c6565089c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
QuteMol http://qutemol.sf.net o o
An Interactive, High Quality Molecular Visualization Tool o o
_ O _
Copyright(C) 2005-2006 \/)\/
Visual Computing Lab http://vcg.isti.cnr.it /\/|
ISTI - Italian National Research Council |
\
QuteMol 0.1 2006/09/15
All rights reserved.
QuteMol is an open source (GPL), interactive, high quality molecular
visualization system. QuteMol exploits the current GPU capabilites through
OpenGL shaders to offers an array of innovative visual effects. QuteMol
visualization techniques are aimed at improving clarity and an easier
understanding of the 3D shape and structure of large molecules or complex
proteins.
- Real Time Ambient Occlusion
- Depth Aware Silhouette Enhancement
- Ball and Sticks, Space-Fill and Liquorice visualization modes
- High resolution antialiased snapshot for publication quality renderings
- Interactive rendering of large molecules and protein (100k atoms)
- Standard PDB input
QuteMol was developed by Marco Tarini and Paolo Cignoni of the Visual
Computing Lab at ISTI - CNR
Please, when using this tool, cite the following reference:
Marco Tarini, Paolo Cignoni, Claudio Montani
"Ambient occlusion and edge cueing to enhance real time molecular
visualization"
IEEE Transaction on Visualization and Computer Graphics,
Volume 12, Number 6 - sep/oct 2006
For any question about this software please contact:
Marco Tarini ( m.tarini (at) isti.cnr.it )
Paolo Cignoni ( p.cignoni (at) isti.cnr.it )
----------------------------------------------------------------------
Warning: QuteMol exploits the latest features of OpenGL shading language.
So QuteMol needs a graphics hardware that supports fragment shaders and
framebuffer objects. It is also recommended to always install the latest
graphics drivers from your manufacturer.
----------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
for more details.
|