How would you access/modify the avatar distance model in the code? (Attempting to change it via a custom chat command) #3262
Answered
by
robinkwilson
rishivinod7
asked this question in
General Questions & Discussion
-
I'm editing the message-dispatch.js file and I'm trying to see how to change the distance model by chat command |
Beta Was this translation helpful? Give feedback.
Answered by
robinkwilson
Nov 2, 2020
Replies: 1 comment 3 replies
-
Have you looked at how waypoints work in the code? Or moving the camera/the model to a specific x y z coordinates. -- not completely clear on your question, but hope something in there helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
pattersonbl2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you looked at how waypoints work in the code? Or moving the camera/the model to a specific x y z coordinates. -- not completely clear on your question, but hope something in there helps.