How to display your Chell's shadow?
Quote from beecake on December 30, 2011, 8:06 amAs said in the title: Is it possible for Chell's shadow to appear in firstperson? When i use projectedtexture, it only shows her shadow when i'm in thirdperson.
Does anybody know how to do it?
As said in the title: Is it possible for Chell's shadow to appear in firstperson? When i use projectedtexture, it only shows her shadow when i'm in thirdperson.
Does anybody know how to do it?
Quote from Spam Nugget on December 31, 2011, 4:18 pmWhat if you were to try parenting a func_brush or something to the player?
What if you were to try parenting a func_brush or something to the player?

I think in terms of boolean variables. Generally, it makes things easier.
Quote from Lpfreaky90 on December 31, 2011, 4:42 pmSpam Nugget wrote:What if you were to try parenting a func_brush or something to the player?shadow as a func_brush?!? what the heck?!
![]()
I have no idea how to do it, but a func_brush is really one of the worst ideas I've heard so far;)
shadow as a func_brush?!? what the heck?!
I have no idea how to do it, but a func_brush is really one of the worst ideas I've heard so far;)
Quote from Another Bad Pun on December 31, 2011, 6:32 pmI'm not completely sure how this works, but I know that the player model isn't rendered while in first-person. It's only rendered when you are in Third-Person, which is why you can only see your shadow in that mode. Since Chell isn't rendered while in first-person, I don't really know for sure why you can see her through portals. My guess is that Chell's body is only rendered through portals. Basically saying, when you look through a portal and see yourself, it isn't rendering the model in the real world, but only in the image you see through the portal. Maybe you could use the chell model and do something similar to this method.
Good Luck!
I'm not completely sure how this works, but I know that the player model isn't rendered while in first-person. It's only rendered when you are in Third-Person, which is why you can only see your shadow in that mode. Since Chell isn't rendered while in first-person, I don't really know for sure why you can see her through portals. My guess is that Chell's body is only rendered through portals. Basically saying, when you look through a portal and see yourself, it isn't rendering the model in the real world, but only in the image you see through the portal. Maybe you could use the chell model and do something similar to this method.
Good Luck!
Quote from Spam Nugget on January 1, 2012, 7:27 amlpfreaky90 wrote:Spam Nugget wrote:What if you were to try parenting a func_brush or something to the player?shadow as a func_brush?!? what the heck?!
![]()
I have no idea how to do it, but a func_brush is really one of the worst ideas I've heard so far;)
I meant as in use the func_brush to cast the shadow.
shadow as a func_brush?!? what the heck?!
I have no idea how to do it, but a func_brush is really one of the worst ideas I've heard so far;)
I meant as in use the func_brush to cast the shadow.

I think in terms of boolean variables. Generally, it makes things easier.

