View Single Post
09-22-19, 08:56 AM   #3
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
Models and SetTransform especially are riddled with bugs, so don't use it if you can.
Try calling SetTransform a little later than SetModel, like in the next render frame or just after 30ms
Also don't use SetTransform on anything you're going to publish, because it gives different results depending on client resolution

Last edited by d87 : 09-22-19 at 08:59 AM.
  Reply With Quote