221 Commits

Author SHA1 Message Date
Paolo Cignoni cignoni
d6469bd33a Changed fps, added a control 2005-12-02 15:30:36 +00:00
Paolo Cignoni cignoni
8416606137 added checks before setting visible some features 2005-12-02 15:18:38 +00:00
Paolo Cignoni cignoni
bf61493b5f Changed fps (problem with initialization fps) 2005-12-02 13:51:43 +00:00
Paolo Cignoni cignoni
c36d60852e - show log
- show info area
- show trackball
- some renaming
2005-12-02 11:57:59 +00:00
Paolo Cignoni cignoni
09b85b18b3 Added TextureMode in render 2005-12-02 00:54:13 +00:00
Paolo Cignoni cignoni
52b1d62d10 Added a change of dir of the app for the subsequent texture loading. 2005-12-02 00:53:18 +00:00
Paolo Cignoni cignoni
02b4762a8f Added support for textures 2005-12-02 00:52:10 +00:00
Paolo Cignoni cignoni
80a2b495fd Test program for clustering decimator. 2005-12-01 20:46:43 +00:00
Paolo Cignoni cignoni
d431efc360 removed meshcurvature plugin. Renamed into meshcolorize 2005-12-01 18:51:12 +00:00
Paolo Cignoni cignoni
d1ce6d7c55 meshcurvature.h -> meshcolorize.h 2005-12-01 18:50:10 +00:00
Paolo Cignoni cignoni
81758ea379 renamed plugin meshcurvature to mechcolorize 2005-12-01 18:48:39 +00:00
Paolo Cignoni cignoni
023b32e1d9 Added basic tiled rendering functions
saveSnapshot saves a 4x resolution snapshot
2005-12-01 17:20:48 +00:00
Paolo Cignoni cignoni
72ca94aa52 change \ to / to comply unix o.s 2005-12-01 15:54:14 +00:00
Paolo Cignoni cignoni
211115c39b First rel 2005-12-01 08:26:17 +00:00
Paolo Cignoni cignoni
4f909c86bf Now the log area is a percentage of the window height 2005-12-01 04:06:13 +00:00
Paolo Cignoni cignoni
e98f298039 - Cleaned lighting code
- Minimum size now is (400,300)
- Added rendering log area on the bottom of the screen
- Solved zBuff conflicts during rendering texts
2005-12-01 03:27:33 +00:00
Paolo Cignoni cignoni
d9d0bb4be8 Mainwindow Splitted----->[ mainwindow_Init.cpp ]&&[ mainwindow_RunTime.cpp ] 2005-12-01 02:24:50 +00:00
Paolo Cignoni cignoni
e14b10f642 - Removed trash #install lines to remaning .pro files 2005-12-01 00:44:41 +00:00
Paolo Cignoni cignoni
bca0640987 - Removed trash #install lines 2005-12-01 00:42:29 +00:00
Paolo Cignoni cignoni
4c1c1a05d9 - Added form directive
- Removed trash #install lines
2005-12-01 00:40:28 +00:00
Paolo Cignoni cignoni
3f5601a654 All the modification, restructuring seen during the 30/12 lesson... 2005-11-30 16:26:56 +00:00
Paolo Cignoni cignoni
d8c9d54f6b added debug on CONFIG and switch to gcc-3.3 2005-11-30 09:00:22 +00:00
Paolo Cignoni cignoni
64760f6c06 temporary remove of ExportOBJ (in save) 2005-11-30 08:58:57 +00:00
Paolo Cignoni cignoni
6f80ad086f clean meshfilter.pro 2005-11-30 08:49:36 +00:00
Paolo Cignoni cignoni
ea6c3ccd22 loop seem now to work !!! 2005-11-30 08:48:07 +00:00
Paolo Cignoni cignoni
2500b31aa1 Removed spurious 'i' before the comment header.
Corrected small error in save.
2005-11-30 08:34:33 +00:00
Paolo Cignoni cignoni
d7f7fd9068 added support Export OBJ(base)
added comment line history
deleted bug-fix in meshio.pro in unix{ ... }
2005-11-30 01:06:59 +00:00
Paolo Cignoni cignoni
518c8ad3a5 added:
1. save TCoord2 with struct map
2. callback
3. define static member to the access class Exporter
2005-11-30 00:44:07 +00:00
Paolo Cignoni cignoni
519311423e FPS modified (not work correctly) 2005-11-30 00:43:19 +00:00
Paolo Cignoni cignoni
c3b0c273e0 Added function to display fps 2005-11-30 00:21:07 +00:00
Paolo Cignoni cignoni
e1db094514 Renamed folder doc to docs 2005-11-29 22:33:45 +00:00
Paolo Cignoni cignoni
bc73f5c5c6 Added customize menu to change colors of environment 2005-11-29 18:32:56 +00:00
Paolo Cignoni cignoni
e8fc9bcdcb Added experimental snapshot saving function 2005-11-29 11:22:23 +00:00
Paolo Cignoni cignoni
919ca09fd3 correct line ending 2005-11-29 10:57:20 +00:00
Paolo Cignoni cignoni
f153a03bb7 Added menu preferences and configurable background 2005-11-28 21:05:37 +00:00
Paolo Cignoni cignoni
e7ac300046 modified light icons 2005-11-28 19:51:52 +00:00
Paolo Cignoni cignoni
b1d233c288 modificata icona per bounding box 2005-11-28 19:50:44 +00:00
Paolo Cignoni cignoni
5796b0e93c changed open / save signature 2005-11-28 15:38:21 +00:00
Paolo Cignoni cignoni
1949f9944d changed method signature to follow interface.h one 2005-11-28 15:37:41 +00:00
Paolo Cignoni cignoni
13282b6f58 changed again interface on MeshIO (filename not const on save / open) 2005-11-28 15:36:41 +00:00
Paolo Cignoni cignoni
920eb486c7 added const to follow interfaces.h to compile on gcc 2005-11-28 15:30:04 +00:00
Paolo Cignoni cignoni
41a0c05851 added const on various methods to comply C++ standard on reference variable 2005-11-28 15:21:07 +00:00
Paolo Cignoni cignoni
3ec58e7b0f added unix directives 2005-11-28 15:19:30 +00:00
Paolo Cignoni cignoni
da4dd88555 first working version 2005-11-28 11:38:07 +00:00
Paolo Cignoni cignoni
ddbc8cb847 an example .obj file 2005-11-28 01:37:33 +00:00
Paolo Cignoni cignoni
a8f1ad677e an example .obj file 2005-11-28 01:32:19 +00:00
Paolo Cignoni cignoni
ab9280b6c9 Now GLA contains a list of RenderMode, instead of a single RenderMode.
Thus it is possible to have more active RenderMode (MeshRenderInterface)
at the same time, and when there are many opened windows, the menù of rendering
is consisting.
2005-11-28 01:06:04 +00:00
Paolo Cignoni cignoni
8f1a53686d fileName is now passed by reference 2005-11-27 18:38:34 +00:00
Paolo Cignoni cignoni
8b230d3b61 changed applyImportExport method in order to handle correctly the case of no opened subwindows 2005-11-27 18:36:58 +00:00
Paolo Cignoni cignoni
f544526ae9 Resolved string conversion error 2005-11-27 16:51:54 +00:00