Anakin
33fafb29a8
removed unused or useless stuff,
...
renamed some functions for better description,
repaired the SettingsManager usage,
ToDo:
Dropdown list is not updated, it needs a restart,
display names for the directories instead of the path,
2017-06-17 15:42:43 +02:00
Anakin
7e87b14fe1
made all path relative now
2017-04-30 15:05:21 +02:00
Anakin
da0b7e3c5f
new release version,
...
Features:
- fixed overexposed specular bug,
- most settings are saved after each session
Bugs:
-nothing known
2017-02-08 14:32:48 +01:00
Anakin
fa75e17d58
most settings are saved and restored
2017-02-08 14:29:22 +01:00
Anakin
49585945c3
fixed too high specular,
...
updated preview.jpg
2017-02-06 16:53:27 +01:00
Anakin
67657061b6
new release version,
...
Features:
- normal map support,
- added specular support for cloth,
- "glow" support,
Bugs:
- normal mapping looks a bit drizzly depending on the angle of view
2017-02-06 14:59:46 +01:00
Anakin
06d403d546
support normal map now,
...
support "glow" now,
update preview.jpg
2017-02-06 14:53:05 +01:00
Anakin
541a975624
added preview imange,
...
passed data to shader,
need to process data in shader
2017-02-05 20:10:05 +01:00
Anakin
30f1a1e627
passing poylNormal, tangent, bitangent to shader
2017-02-05 16:57:12 +01:00
Anakin
cdf19911f6
calculate polygon normal, tangent, and bitangent,
...
next step, use them for calculation
2017-02-05 16:39:37 +01:00
Anakin
4c40d140a9
cloth now has specular
2017-02-05 15:25:59 +01:00
Anakin
f47e1cc76a
new release version,
...
Features:
- extreme performance improvement when loading files,
- new camera controls (free, orbital, move),
- using ogl 4.5 again since 2.0 causes problems on some pc,
Bugs:
- nothing known
2017-02-05 12:38:32 +01:00
Anakin
2d335474bf
fixed camera control,
...
removed test exe
2017-02-05 12:34:24 +01:00
Anakin
a07d8acbec
update gui for camera mods
2017-02-04 17:42:44 +01:00
Anakin
800a6a50f8
doesn't work for ggctuk since i use ogl 2.0 instead of 4.5
...
trying to figure out the problem
2017-02-04 15:57:15 +01:00
Anakin
94a2fa59ec
added MoveCamera but isn't working well
...
updated about text,
2017-02-04 15:48:10 +01:00
Anakin
648b805daf
forget to save file
2017-02-03 15:55:04 +01:00
Anakin
92245be302
finished OrbitCamera
2017-02-03 15:54:45 +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
b17ab3f8e9
fixed out of file check order
2017-02-02 15:26:40 +01:00
Anakin
ff08ee7cea
error handling when out of file
2017-02-02 15:10:48 +01:00
Anakin
8346e5916d
changed everything from std to qt
2017-02-02 14:44:48 +01:00
Anakin
5372838420
further performance improvement
2017-02-02 11:14:16 +01:00
Anakin
a14229aa71
further improvement on tga import
2017-02-01 17:53:42 +01:00
Anakin
1c5631a5e0
improve image load performance,
...
can be improved more, but scanline has wrong results
2017-02-01 17:41:29 +01:00
Anakin
bc5bfc62bc
fixed a bug
2017-02-01 16:34:43 +01:00
Anakin
4cb070c8c5
removed files from repo that are not needed in the release folder
2017-01-30 17:24:21 +01:00
Anakin
2d9c103c01
new release version,
...
Features:
- Headlight option,
- zoom speed now adjust in settings window, not via +/-,
- cullface can be activated in the settings,
- text in FileInfoWindow can be marked and copied,
- alpha channel now always used,
- fixed compatibility problems,
- code and performance improvements,
Bugs:
- nothing known
2017-01-30 17:10:41 +01:00
Anakin
37e9b86daa
fixed bug that sometimes alpha channel was not read in,
...
code improvement = performance,
2017-01-30 16:54:35 +01:00
Anakin
4342260e6d
improved performance using my own tga load function always instead of QImage
...
improved Profiler
2017-01-30 16:00:14 +01:00
Anakin
d1c68e8ba6
added Profiler to analyses the time used by code lines
2017-01-30 12:01:45 +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
121f5c47f1
fixed some warnings
2017-01-26 19:44:12 +01:00
Anakin
fe374cb8f6
made fshader.glsl compatible with older versions
2017-01-26 18:25:24 +01:00
Anakin
fb49d8685a
switch from QLineEdit to QSpinBox,
...
init SettingsWindow with default values from OglViewerWidget,
removed old qt project
2017-01-26 18:17:54 +01:00
Anakin
3167f1acb8
new release version,
...
Features:
- screenshot function,
- transparency support,
- wireframe paint option,
- support phong model (ambient, diffuse, specular),
- 2 different kinds of light (directional and point),
- different background colors for light on/off,
- zoom speed now adjustable via +/- keys,
- new file info window,
- more information displayed at the info window,
- settings window,
- new GUI,
- now openGl 2.0 is minimum (before 4.5)
- some more code changes, bug fixes, performance improvements,
Bugs:
- nothing known
2017-01-24 19:46:48 +01:00
Anakin
308d238b2d
add settings icon,
...
set ogl verison to 2.0 to make it compatible with more PCs
2017-01-24 19:39:34 +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
0a9103fdc5
differ vertexNormal and triangleNormal
2017-01-23 13:49:29 +01:00
Anakin
10718f2269
load tx1d texture
2017-01-23 12:29:10 +01:00
Anakin
b2df84eb4c
read tx1d tx2d tx3d texture names and print to info window
2017-01-23 12:17:26 +01:00
Anakin
2ed9e475ce
fixed white scrollbar at the info window
2017-01-23 11:57:23 +01:00
Anakin
cdd6ace701
save rendertype,
...
evaluate rednertype specular,
changed info window always on top
2017-01-22 15:41:08 +01:00
Anakin
91488c55b2
more information for the InfoWindow,
...
set correct values for cloth material,
enable specular map
2017-01-22 14:37:06 +01:00
Anakin
5f104e46f2
gui changes
2017-01-22 12:25:59 +01:00
Anakin
a948590255
fixed flag reading bug
2017-01-21 17:16:44 +01:00
Anakin
6fa81a8ccc
Some styling
2017-01-21 16:33:03 +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
9808cd03c0
save more material information,
...
hold default material in geometry separated,
load diffuse color if texture cannot be opened,
fixed gamma correction on the texture,
2017-01-20 16:26:58 +01:00
Anakin
28d17b2fdd
trying to workaround gamma correction (remove from tga)
2017-01-19 20:15:00 +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
86c0559fdc
Merge branch 'master' of git.rwth-aachen.de:carstenf/OpenGL
2017-01-17 17:36:35 +01:00
Anakin
91b3f25dbb
fixed wireframe bug
2017-01-16 16:41:52 +01:00
Anakin
47c73ed881
added custom info window,
...
set min size to mainwindow
2017-01-16 15:41:37 +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
454ed45fa1
support transparency now
2017-01-15 15:51:12 +01:00
Anakin
b8f8a5c2ad
fixed the problem
2017-01-15 12:33:57 +01:00
Anakin
6ead5d7bc6
working on changing the texture names to materials,
...
problems with call by value/reference
2017-01-15 12:26:15 +01:00
Anakin
f469dff656
added transparency support,
...
need to sort the transparent things to the back
2017-01-14 17:20:50 +01:00
Anakin
930c49e9c7
add screenshot function
2017-01-11 16:28:51 +01:00
Anakin
77ffe7baf4
added icons
2017-01-09 16:34:54 +01:00
Anakin
e41b831047
new release version
...
Features:
- WinXP support
2017-01-09 10:34:24 +01:00
Anakin
948578f506
add normal to VertexData
2017-01-08 14:41:53 +01:00
Anakin
5c2f5503fc
new release version,
...
forgot to update the help text
2017-01-08 12:36:08 +01:00
Anakin
c94a9c3462
new release version,
...
Features:
- status messages while import,
- fixed triangulation,
- rle and 24 bit image support (normally qt should support 24 bit, too),
- rotation can be limit to the directions,
- added fileinfo,
- performance,
Bugs:
- nothing known
2017-01-08 12:27:37 +01:00
Anakin
3be5793ffc
limit pitch to [-90,90]
2017-01-08 12:21:56 +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
e963b7538e
fixed texture problem
2017-01-05 16:18:01 +01:00
Anakin
b58b7c47e5
some buttons added
2017-01-05 16:04:51 +01:00
Anakin
44e36b8b0d
trying to fix the 2xEmit bug,
...
write directly mirrored to the image,
2017-01-05 14:46:01 +01:00
Anakin
1d5d20cfb8
trying to fix the crash
2017-01-05 13:44:53 +01:00
Anakin
0bbc0da324
rle and 24bit support,
...
need to write direct into image for performance
2017-01-05 11:31:36 +01:00
Anakin
552f86bf2d
fix quad poly bug
2017-01-05 09:39:18 +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
a221ed4957
new release version,
...
Features:
-changed library,
-new interaction,
-new software icon,
-rotation bug fixed,
-cloth bug fixed,
Bugs:
-rle compressed tga not working.
-old assets are not displayed correctly,
2017-01-03 14:35:09 +01:00
Anakin
c28a12cd8f
finally fixed rotation bug,
...
some performance,
2017-01-03 14:18:46 +01:00
Anakin
0fefc6168b
add drag and drop support
2017-01-03 11:47:27 +01:00
Anakin
ae84c55559
changed default opened file
2017-01-02 17:10:22 +01:00
Anakin
191c0cbcea
scale and move to center,
...
performance is not very good. Takes very long to load
2017-01-02 17:03:23 +01:00
Anakin
fc7941a890
fixed rotation problem
2017-01-02 16:43:38 +01:00
Anakin
24d26cfdfa
removed unused things from FileInterface
2017-01-02 15:07:39 +01:00
Anakin
876c689a1d
cleanup code
2017-01-02 14:14: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
dca6e61c4b
parent matrix works,
...
texture works,
next fix multimodel problem
2016-12-31 14:40:05 +01:00
Anakin
3758a2601c
cleanup data after file is no longer needed
2016-12-31 13:11:14 +01:00
Anakin
9a5d09b80c
fixed crash
2016-12-31 13:04:03 +01:00