AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Invisible with glowshell? (https://forums.alliedmods.net/showthread.php?t=94128)

Jon 06-06-2009 17:39

Invisible with glowshell?
 
Is it possible to render an entity invisible with a glowshell, so you can only see the outline of the entity?

I tried different things, but it only ended up with the entity being invisible.

Hunter-Digital 06-06-2009 17:43

Re: Invisible with glowshell?
 
Have you tried
PHP Code:

set_user_rendering(idkRenderFxGlowShell255255255kRenderTransAdd0

?

TitANious 06-06-2009 17:46

Re: Invisible with glowshell?
 
He wants an entity?

Jon 06-06-2009 17:55

Re: Invisible with glowshell?
 
Neither of you read my question. A player is also an entity.

AntiBots 06-06-2009 17:57

Re: Invisible with glowshell?
 
set_user_rendering -> set_rendering

TitANious 06-06-2009 18:00

Re: Invisible with glowshell?
 
kk

Exolent[jNr] 06-06-2009 18:03

Re: Invisible with glowshell?
 
set_rendering(entity, kRenderFxGlowShell, r, g, b, kRenderGlow, 0)

Jon 06-06-2009 18:40

Re: Invisible with glowshell?
 
True. But I want the entity to be invisible only with a glowshell. E.g you shouldn't see a players model, only the glowshell around him.

Silencer123 06-06-2009 21:46

Re: Invisible with glowshell?
 
Additive render mode with FX amount 0.
Will have your glow shell be really "tight",
though. Because of the additive rendering
it will also look a bit different from what
the eye is used to.

Jon 06-07-2009 05:28

Re: Invisible with glowshell?
 
And where can I find additive rendermode?


All times are GMT -4. The time now is 08:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.