Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, dBc), 18,430 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
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