Re: [hlcoders] Rendering Model over VGUI

2006-07-20 Thread Andrew (Bromfitsen)
--
[ Picked text/plain from multipart/alternative ]
I only got this issue when I didn't use a light.  After I added a light into
the scene it worked fine.
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-19 Thread Aaron Schiff
--
[ Picked text/plain from multipart/alternative ]
Tried setting it to true...no change

--
ts2do
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



[hlcoders] Rendering Model over VGUI

2006-07-18 Thread Aaron Schiff
--
[ Picked text/plain from multipart/alternative ]
I've been working on this and it all works right, except I end up with a
black background.  How do I make it transparent?

--
ts2do
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



RE: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread Chris Janes
Are you running in debug or release mode?

I get a black background in debug, but not in release (I have no idea why
though)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aaron Schiff
Sent: 18 July 2006 22:27
To: hlcoders@list.valvesoftware.com
Subject: [hlcoders] Rendering Model over VGUI

--
[ Picked text/plain from multipart/alternative ] I've been working on this
and it all works right, except I end up with a black background.  How do I
make it transparent?

--
ts2do
--

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread John Sheu
On Tuesday 18 July 2006 5:12 pm, Chris Janes wrote:
 Are you running in debug or release mode?

 I get a black background in debug, but not in release (I have no idea why
 though)

Many times, it's because somebody forgot to initialize a variable.  When in
debug, they're usually initialized by the compiler to some consistent value,
but not in release.

-John Sheu

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread Aaron Schiff
--
[ Picked text/plain from multipart/alternative ]
That's good to know...so it should work in release?


--
ts2do
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread Chris Harris
--
[ Picked text/plain from multipart/alternative ]
I have this same issue, I had problems with getting it to render properly
onto the vgui and in some cases it would be transparent when and if it had
to scale the imagepanel which holds the model. Is there a way to have this
behavior always available.

On 7/18/06, John Sheu [EMAIL PROTECTED] wrote:

 On Tuesday 18 July 2006 5:12 pm, Chris Janes wrote:
  Are you running in debug or release mode?
 
  I get a black background in debug, but not in release (I have no idea
 why
  though)

 Many times, it's because somebody forgot to initialize a variable.  When
 in
 debug, they're usually initialized by the compiler to some consistent
 value,
 but not in release.

 -John Sheu

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders


--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread Aaron Schiff
--
[ Picked text/plain from multipart/alternative ]
When I started working on it, transparency seemed to work fine. But once I
tweaked it and positioned it over the panel, it made itself have a
black background. No known correlation


--
ts2do
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread Chris Harris
--
[ Picked text/plain from multipart/alternative ]
Yeah same thing basically happened to me. When I was figuring out how to get
my model render to line up in screen space it would usually appear
transparent, though not always, but after I got it lined up just right it
stopped and now it displays black.


On 7/18/06, Aaron Schiff [EMAIL PROTECTED] wrote:

 --
 [ Picked text/plain from multipart/alternative ]
 When I started working on it, transparency seemed to work fine. But once I
 tweaked it and positioned it over the panel, it made itself have a
 black background. No known correlation


 --
 ts2do
 --

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders


--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Rendering Model over VGUI

2006-07-18 Thread John Sheu
On Tuesday 18 July 2006 8:01 pm, Aaron Schiff wrote:
 --
 [ Picked text/plain from multipart/alternative ]
 When I started working on it, transparency seemed to work fine. But once I
 tweaked it and positioned it over the panel, it made itself have a
 black background. No known correlation

Relevant vars in CViewSetup:

bool CViewSetup::clearColor
bool CViewSetup::clearDepth

-John Sheu

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders