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
1 registered members (TipmyPip), 18,574 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
trouble with bmap_process and large textures #447018
11/12/14 22:14
11/12/14 22:14
Joined: Oct 2003
Posts: 4,131
M
Matt_Aufderheide Offline OP
Expert
Matt_Aufderheide  Offline OP
Expert
M

Joined: Oct 2003
Posts: 4,131
Im trying to render into a 2048*2048 texture using bmap_process.

I do this:
bmap_zbuffer=bmap_createblack(2048,2048,32 );

then this:
bmap_process (dest, src, mtl_compute);

both dest and src are supposed to be 2048 in size..

always seems to default to some weird size no matter what I do, and bmap save wont work and so on...
can someone explain maybe how this is supposed to work?

Re: trouble with bmap_process and large textures [Re: Matt_Aufderheide] #447022
11/13/14 10:50
11/13/14 10:50
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
bmap_zbuffer is a function, you should call

bmap_zbuffer(bmap_createblack(2048,2048,32));


Visit my site: www.masterq32.de
Re: trouble with bmap_process and large textures [Re: MasterQ32] #447034
11/13/14 18:09
11/13/14 18:09
Joined: Oct 2003
Posts: 4,131
M
Matt_Aufderheide Offline OP
Expert
Matt_Aufderheide  Offline OP
Expert
M

Joined: Oct 2003
Posts: 4,131
Oh! thanks, that's fixed it...


Moderated by  HeelX, Spirit 

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