Is it possible to make the head of a player invisible, without using clipping, as that also removes the hands if they go to head height? I am making a first person that renders your world model too, so that you can see your hands reach out when you charge.
I just need a pointer in the right direction, if somebody could tell me what functions and how to select the head/bone, that'd be great :)
Use Matrix to scale down the head to 0.001 or something
I am gonna be like everybody cool on facepunch and link you
[url]http://wiki.garrysmod.com/page/Entity/SetBoneMatrix[/url]
[url]http://wiki.garrysmod.com/page/Entity/GetBoneMatrix[/url]
[url]http://wiki.garrysmod.com/page/Entity/ManipulateBoneScale[/url]
something like that, not 100% sure yo
[QUOTE=Xaotic;46334188]Use Matrix to scale down the head to 0.001 or something
I am gonna be like everybody cool on facepunch and link you
[url]http://wiki.garrysmod.com/page/Entity/SetBoneMatrix[/url]
[url]http://wiki.garrysmod.com/page/Entity/GetBoneMatrix[/url]
[url]http://wiki.garrysmod.com/page/Entity/ManipulateBoneScale[/url]
something like that, not 100% sure yo[/QUOTE]
Awesome, the ManipulateScale worked like a charm, only problem is that the shadow now shows a tiny head xD
Well, a small detail that I won't need to fix since this is most likely gonna end up being a private project :P
Sorry, you need to Log In to post a reply to this thread.