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
92245be302
finished OrbitCamera
2017-02-03 15:54:45 +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
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
98302664ca
add OuputDevice as singleton to manage output to statusbar,
2017-01-29 11:35:43 +01:00
Anakin
121f5c47f1
fixed some warnings
2017-01-26 19:44:12 +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
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
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
C-Fu
abd9070e90
Read the material name and save it,
...
Shorten transparency evaluation,
Need to:
- read in the data values,
- save the texture name somewhere else,
- use the data :D
2017-01-20 11:18:48 +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
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
77ffe7baf4
added icons
2017-01-09 16:34:54 +01:00
Anakin
948578f506
add normal to VertexData
2017-01-08 14:41:53 +01:00
Anakin
f5ee8a973d
Using QString now,
...
fileinfo works now
2017-01-07 15:59:16 +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
c28a12cd8f
finally fixed rotation bug,
...
some performance,
2017-01-03 14:18:46 +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
dca6e61c4b
parent matrix works,
...
texture works,
next fix multimodel problem
2016-12-31 14:40:05 +01:00
Anakin
9a5d09b80c
fixed crash
2016-12-31 13:04:03 +01:00
Anakin
353d932147
import msh file,
...
problems:
it is not correctly displayed (vertice and what happend to the texture?)
todo:
improve the import, remove unused garbage,
add move and zoom function
2016-12-30 12:36:05 +01:00