Can you use stencils on the player model? I am trying to see if I can make a model cut out a portion of the player model. If this can not be done it be awesome if this could be implemented into the next update.
of course, just do the stencil functions when player gets render
you can call draw on the player, even invisibly (by setting the color or render.setblend), to the stencil
however, you can't clientside resize the player to create 'border' effects properly, unless that was fixed since last year
[editline]26th January 2015[/editline]
garry's halos accomplish player bordering simply by drawing a player-shaped blob of color to the screen, drawing it behind the player, and blurring it a lot so that it extends outwards
[editline]26th January 2015[/editline]
don't do that by the way, it gets very resource hoggy
Sorry, you need to Log In to post a reply to this thread.