View Single Post
  #1  
Old 12-07-2015, 07:37 AM
Novakin Novakin is offline
Member
 
Join Date: Dec 2015
Posts: 9
What is the difference between parent and link?

See title. Just started using Vizard for a couple of weeks now, read a lot of the documentation but can't quite understand this.

Say I want to have an object move together with another. For example I could have a glove in the scene and I want that glove to hold a flashlight. The way I understand it, I could either:
- call setParent() on the flashlight to set it's parent to the glove
- call link() to link the flashlight to the glove

Is this right?
Reply With Quote