#341
23 марта 2015 в 14:56
iqm tags - fixed!
https://cloud.mail.ru/public/86911a681b81/BersSP.rar
but model draws incorrectly.
which bug - engine or model?
https://cloud.mail.ru/public/86911a681b81/BersSP.rar
but model draws incorrectly.
which bug - engine or model?
#342
23 марта 2015 в 17:13
I'm not sure it isn't problem of model but it's seen normal in model viewer
https://www.dropbox.com/s/506i3s18cneg6lq/iqmtest.jpg?dl=0
I'll check if I can handle this problem
https://www.dropbox.com/s/506i3s18cneg6lq/iqmtest.jpg?dl=0
I'll check if I can handle this problem
#343
24 марта 2015 в 00:44
BERSERKER I'm waiting for your answer about GLSL error :P
#344
24 марта 2015 в 05:58
C.Z.R: I'm waiting more information about troubles with GLSL programs.
#345
24 марта 2015 в 18:13
#346
25 марта 2015 в 04:50
goldfish75
да да, я это видел на карте Dark. Но чтоб проверить модель, можно её поглядеть в ioRTCW, где есть поддержка iqm. Но проблема: у меня этот движок не запускается, т.е. запускается, но при заходе на карту вылетает на рабочий стол. Кто проверит?
А со своей стороны я перепроверю iqm-код у себя.
да да, я это видел на карте Dark. Но чтоб проверить модель, можно её поглядеть в ioRTCW, где есть поддержка iqm. Но проблема: у меня этот движок не запускается, т.е. запускается, но при заходе на карту вылетает на рабочий стол. Кто проверит?
А со своей стороны я перепроверю iqm-код у себя.
#347
25 марта 2015 в 16:42
I downloaded viewer:
http://www.moddb.com/mods/r-reinhard/addons/iqebrowser-v110
IQM models from Alien Arena is correctly drawed:
Body.iqm - can't be loaded ((
http://www.moddb.com/mods/r-reinhard/addons/iqebrowser-v110
IQM models from Alien Arena is correctly drawed:
Body.iqm - can't be loaded ((
#348
25 марта 2015 в 19:24
не знал,что существует такой просмотрщик
есть круче версия
http://www.moddb.com/mods/r-reinhard/addons/iqebrowser-v200
есть круче версия
http://www.moddb.com/mods/r-reinhard/addons/iqebrowser-v200
#349
25 марта 2015 в 23:27
I changed converting way and now you may see my model in Iqebrowser.
check this out please
https://www.dropbox.com/s/fpyjxitmksyjjx4/body0326.iqm?dl=0
Still I can't see them in game futhermore it seems they can't move...
check this out please
https://www.dropbox.com/s/fpyjxitmksyjjx4/body0326.iqm?dl=0
Still I can't see them in game futhermore it seems they can't move...
#350
26 марта 2015 в 17:50
I found 2 bugs:
1. iqm model is very small. IqeBrowser show "Model sizes: 3.88 / 1.94 / 2.80"
2. bug in iqm-loader (get from ioQ3/ioRTCW source code):
all LL(float-value); (where #define LL(x) x=LittleLong(x))
must be changed to LF(float-value); (where #define LF(x) x=LittleFloat(x))
For iqm-models with normal sizes bug#2 not be seen.
For micro-iqm-model all floats was degenerated to NULL, invertMatrix gives matrix with singularity values... model draw incorrect.
daftgaga
Remake model for normal scale.
Also, model's axis is wrong? Dead body (on screenshot below) must lie on the earth.
(there seen bug#3: strange triangles stretching from model)
and build, of course:
http://www.filedropper.com/bersspiqmtest
1. iqm model is very small. IqeBrowser show "Model sizes: 3.88 / 1.94 / 2.80"
2. bug in iqm-loader (get from ioQ3/ioRTCW source code):
all LL(float-value); (where #define LL(x) x=LittleLong(x))
must be changed to LF(float-value); (where #define LF(x) x=LittleFloat(x))
For iqm-models with normal sizes bug#2 not be seen.
For micro-iqm-model all floats was degenerated to NULL, invertMatrix gives matrix with singularity values... model draw incorrect.
daftgaga
Remake model for normal scale.
Also, model's axis is wrong? Dead body (on screenshot below) must lie on the earth.
(there seen bug#3: strange triangles stretching from model)
and build, of course:
http://www.filedropper.com/bersspiqmtest