|
|
|
|
|
|
|
|
SGT_FW
by Aku_Aku. 05/31/26 11:05
|
|
|
|
|
XTB
by pr0logic. 05/18/26 12:27
|
|
|
1 registered members (AndrewAMD),
2,372
guests, and 3
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: view backgroundpicture possible?
[Re: Benni003]
#392783
01/27/12 14:50
01/27/12 14:50
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Why is the camera layer negative?
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Re: view backgroundpicture possible?
[Re: Uhrwerk]
#392790
01/27/12 15:38
01/27/12 15:38
|
Joined: Aug 2008
Posts: 394 Germany
Benni003
OP
Senior Member
|
OP
Senior Member
Joined: Aug 2008
Posts: 394
Germany
|
Why is the camera layer negative? It was just for experimental negative. Now it's positive, but not working: layer_sort(camera,1); layer_sort(view_object,3); layer_sort(panel_test,2); panel_test is on top!!! Also if I set the layer in the object definition it's not working. So I thought that Panels can't be behind a view, so I tried with negative layers for the camera view and then the panel was behind the camera view. But just turn back to my point.. I want to render one entity with the view_object. NOSKY flag is set, so that the background is transparent. But to have a background I wanted to set a panel with bmap behind this view.
Last edited by Benni003; 01/27/12 15:41.
|
|
|
Re: view backgroundpicture possible?
[Re: Benni003]
#392794
01/27/12 15:46
01/27/12 15:46
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Did you remembet do set the view_objects SHOW flag? I don't think the NOSKY flag will do here. You should set sky_color and sreen_color to 0, as Esper said. Rei, that's not true: A7.06 Panels, texts, and view entities with a positive layer value are placed above any view; with a negative layer value they are placed below any view. This can be used to define an image visible in the background of a view that has no sky and a transparent sky_color.
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Re: view backgroundpicture possible?
[Re: Uhrwerk]
#392801
01/27/12 16:16
01/27/12 16:16
|
Joined: Aug 2008
Posts: 394 Germany
Benni003
OP
Senior Member
|
OP
Senior Member
Joined: Aug 2008
Posts: 394
Germany
|
Did you remembet do set the view_objects SHOW flag? I don't think the NOSKY flag will do here. You should set sky_color and sreen_color to 0, as Esper said. Rei, that's not true: A7.06 Panels, texts, and view entities with a positive layer value are placed above any view; with a negative layer value they are placed below any view. This can be used to define an image visible in the background of a view that has no sky and a transparent sky_color. Yes, sure I set the flag SHOW. The panel and the view_objects are visible. I moved the view half over the panel to see if it works or not, but tghe panel is on top. And yes I can set a negative layer value for my panel, but then it's also behind the camera view.
|
|
|
Re: view backgroundpicture possible?
[Re: Benni003]
#392803
01/27/12 16:21
01/27/12 16:21
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Eventually you have to post your code. Doing wild guesses won't probably help to much...
Always learn from history, to be sure you make the same mistakes again...
|
|
|
|