TheUnityWorkbench / tuw-arfoundation-demo

Other
103 stars 89 forks source link

How to detect Vertical Planes? #3

Open JERINJACOBCHERIAN opened 4 years ago

JERINJACOBCHERIAN commented 4 years ago

How should I update the placement Indicator to detect Vertical Planes?

one1color commented 3 years ago

at least with arOrigin.Raycast(screenCenter, hits, TrackableType.All);

they will detect vertical planes as well!