Anakin
2d335474bf
fixed camera control,
...
removed test exe
2017-02-05 12:34:24 +01:00
Anakin
333eca25eb
use class for camera handling,
...
orbit does not work. Need to figure out why
2017-02-02 18:01:08 +01:00
Anakin
9c16aa32f1
headlight,
...
bug fixes,
code improvement,
2017-01-30 11:31:37 +01:00
Anakin
fbb51563c9
fixed backface culling bug,
...
todo: connect headligh
2017-01-30 00:02:32 +01:00
Anakin
538453c1db
added headlight option to settings,
...
added cullface option to settings,
zoom speed now adjust at settings,
bugs:
cullface does not work anymore,
todo:
connect headlight
2017-01-29 23:47:14 +01:00
Anakin
7b739ab892
use OutputDevice to set fileinfo,
...
use new connect function,
2017-01-29 15:19:20 +01:00
Anakin
98302664ca
add OuputDevice as singleton to manage output to statusbar,
2017-01-29 11:35:43 +01:00
Anakin
96b7d6f736
text in FileInfoWindow can be marked and copied,
...
code cleaning
2017-01-28 16:54:36 +01:00
Anakin
30d41f7d85
connected settings window with software
2017-01-24 17:09:51 +01:00
Anakin
73ee8a4040
added settings window,
...
connected all slider, lineEdits, checkboxes,...,
need to connect everything with the OglViewerWidget now
2017-01-23 16:09:06 +01:00
Anakin
c4444bcefd
fixed background bug,
...
support directional light,
zoom speed can be adjust via +/-
2017-01-21 15:22:43 +01:00
Anakin
5ea90723b4
changed intensity of background
2017-01-20 16:54:27 +01:00
Anakin
af94ecd541
change background when the light is on
2017-01-20 16:39:17 +01:00
Anakin
9fb3ca03bd
added specular, ambient light,...
...
need to fix the texutre gamma correction,
look at the todos
2017-01-19 17:57:50 +01:00
Anakin
4c177f2ddc
adjust light functionality,
...
bugs:
- background cannot be changed during runtime
2017-01-18 17:01:43 +01:00
Anakin
a521dfc292
calculate normal matrix once in cpp (performance),
...
added bool variable to turn light on/off (still needs button),
2017-01-17 20:18:04 +01:00
Anakin
f5863752e2
fixed the light problem,
...
very basic light at the moment, needs a lot of work:
- custom position,
- custom intensities,
- calculate at better positions,
others:
- adjust zoom speed
2017-01-17 18:03:47 +01:00
Anakin
1c962a481f
implemented light into cpp,
...
bug:
everything is dark,
need to calculate the normal matrix once in cpp and not for every pixel
2017-01-17 17:48:54 +01:00
Anakin
86dfe32145
add wireframe paint option,
...
write file information on the screen,
bug fixes
2017-01-16 14:24:30 +01:00
Anakin
f5ee8a973d
Using QString now,
...
fileinfo works now
2017-01-07 15:59:16 +01:00
Anakin
8c2ca44f20
added limited rotation,
...
2 directions do not work
2017-01-07 12:46:06 +01:00
Anakin
b58b7c47e5
some buttons added
2017-01-05 16:04:51 +01:00
Anakin
a2f5324a3c
sendMessage via signal plot from file to window,
...
add severity to messages (black, yellow, red),
add about text,
removed unused texture from resource
2017-01-04 14:35:27 +01:00
Anakin
0fefc6168b
add drag and drop support
2017-01-03 11:47:27 +01:00
Anakin
fa8808fea8
add exe icon,
...
signal-slot for openFile,
resetView on openFile,
cleanup when open a new file,
triangulate quad poly now correctly, more not working, bug from previous version,
next:
fix 5,6,.. triangulation,
triClothMan, IC Helmet, still buggy,
2017-01-02 12:21:32 +01:00
Anakin
0735ef996d
cosmetic to MainWindow,
...
drop does not work for widget,
fixed offset problem,
add esc key
2016-12-31 16:18:35 +01:00
Anakin
e863c68a77
added movement and zoom
2016-12-30 13:28:07 +01:00
Anakin
82ce8ad72a
manage data in vectors
2016-12-29 14:06:25 +01:00
Anakin
0499982150
move texture to GeometryEngine
2016-12-29 13:37:15 +01:00
Anakin
faea3b0737
removed timer rotation, now the user has full control,
...
added keyboard support,
reset rotation with space
2016-12-27 14:05:39 +01:00
Anakin
a30f1b125c
added Qt Example, next change it to fit my project
2016-12-24 16:03:37 +01:00