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,606 guests, and 5 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
Panels on render-to-texture views? #169311
11/25/07 04:53
11/25/07 04:53
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
If this isn't already possible...

Can you put PANEL* objects in RTT views? It would be really cool if you could: you could use them for say, interacting with a virtual computer terminal without having to go to a separate screen, or maybe some type of 3D menu system, or it could even simplify RTT special FX.

If it's not already possible (I'm guessing it's not), when will it be, if at all?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Panels on render-to-texture views? [Re: MrCode] #169312
11/25/07 04:58
11/25/07 04:58
Joined: Jul 2006
Posts: 503
Australia
A
adoado Offline

User
adoado  Offline

User
A

Joined: Jul 2006
Posts: 503
Australia
In the BETA forecast for 7.08 Lite-C, it says this:

Panels and Texts can now render into target bitmaps.

So, hopefully soon

Thanks,
Adoado


Visit our development blog: http://yellloh.com
Re: Panels on render-to-texture views? [Re: adoado] #169313
11/25/07 06:17
11/25/07 06:17
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Ok, but what about this?

Quote:


target_map
Render target for panels and texts. If this parameter is set to a bitmap, the object renders into the bitmap instead of on the screen.
Type:
BMAP* (or file name in definition)
Remarks:

* In the panel definition, a previously defined BMAP, or the file name of an image file can be given. A mere BMAP* pointer can not be used within a definition.
* The panel or text position determines the render position within the target_map.





It says it's for 7.06, which is the version I currently have.

It seems to be a new member of the PANEL* struct that allows for rendering to a BMAP.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Panels on render-to-texture views? [Re: MrCode] #169314
11/26/07 03:18
11/26/07 03:18
Joined: Mar 2007
Posts: 677
0x00000USA
M
MrCode Offline OP
User
MrCode  Offline OP
User
M

Joined: Mar 2007
Posts: 677
0x00000USA
Can I get a confirmation please?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}
Re: Panels on render-to-texture views? [Re: MrCode] #169315
11/26/07 23:23
11/26/07 23:23
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
target_map is 7.06, but not all the features of it. panels on RTT is a more recent feature.

julz


Formerly known as JulzMighty.
I made KarBOOM!

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