In this sample we showcase viewpoint transitions and semantic highlighting in XPF network
We first create an XPF with semantic masks (see
this example), then we setup 3 different viewpoints using buttons via:
ATON.XPFNetwork.requestTransitionToDirection()
We also highlight specific semantic masks when pressing the buttons via:
ATON.XPFNetwork.highlightSemanticMaskInCurrentXPF()
Since we are programmatically highlighting semantics, we disable ATON queries via:
ATON.toggleQueries(false)
Note also we are using different durations and different field-of-views while requesting a given viewpoint.