Gamestudio Links
Zorro Links
Newest Posts
Lapsa's very own thread
by Lapsa. 06/08/26 22:41
Stooq now requires an API key
by VHX. 06/08/26 20:14
ZorroGPT
by TipmyPip. 06/06/26 12:36
Zorro 3.01 recoded MMI function issue
by TipmyPip. 06/04/26 05:44
SGT_FW
by Aku_Aku. 05/31/26 11:05
Issues resuming trades on Demo account
by Martin_HH. 05/22/26 13:31
XTB
by pr0logic. 05/18/26 12:27
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (TipmyPip), 3,586 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Seraphinang, Koti, curry, DeepxKalsi, Samed
19219 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
temp_FX.wdl code error! #219498
08/02/08 20:58
08/02/08 20:58
Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
cro_games Offline OP
User
cro_games  Offline OP
User

Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
I have find the error in temp_FX.wdl -> fx_mirror() function..

Wrong code:
Code:
view_mirror.aspect = (screen_size.x/screen_size.y);


Fixed code:
Code:
view_mirror.aspect = (screen_size.x/screen_size.y)*camera.aspect;


Because if you change camera.aspect the mirror picture will be messed up.
Thanks.

Last edited by cro_games; 08/02/08 21:06.

Hello everyone my name is Ivan Mandic from "Frozen pixel studio". wink
-----------------------------------
Homepage: www.fpx-studio.com
e-mail: emu_hunter_1990@hotmail.com
(working on a game engine)
Re: temp_FX.wdl code error! [Re: cro_games] #219707
08/04/08 07:05
08/04/08 07:05
Joined: Jul 2000
Posts: 28,101
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,101
Frankfurt
Thanks for the report. We don't have a temp_FX.wdl, but this was also in the mtlFX.wdl and will be fixed in the next release.

Re: temp_FX.wdl code error! [Re: jcl] #219746
08/04/08 11:37
08/04/08 11:37
Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
cro_games Offline OP
User
cro_games  Offline OP
User

Joined: Sep 2007
Posts: 761
Hrvatska (Croatia ), Slavonski...
I see now,I change the name of that file in my game folder..
Np,glad to help.. laugh


Hello everyone my name is Ivan Mandic from "Frozen pixel studio". wink
-----------------------------------
Homepage: www.fpx-studio.com
e-mail: emu_hunter_1990@hotmail.com
(working on a game engine)

Moderated by  jcl, Nems, Spirit, Tobias 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1