Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, Kingware, AemStones, RealSerious3D), 1,388 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 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 | chip programmers | 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