Game Development Community

Client Material Swap

by DMT · in Torque 3D Beginner · 06/03/2010 (2:20 pm) · 2 replies

I am trying to have a client change materials and I want other clients to be able to see it. I just want to swap a material out for another and I have tried "changematerial" but that does not seem to work when used in a networked setting. The other client does not see it.

Thanks.

#1
06/04/2010 (3:02 pm)
I also need to know the answer to this. I have no clue why one would design a class hierarchy with Material and NetObject on the same level. Sure no one will ever need to send Material data across a network!
#2
06/04/2010 (4:21 pm)
Hey! I recently came across this :

http://www.torquepowered.com/community/resources/view/19623

I can't use it because it messes with the source code but maybe it will help you.