AndrianBdn / GVR-SceneKit

Example of iOS SceneKit + Google VR SDK app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotspot support?

mudin3i opened this issue · comments

Hello!
Thank you for the awesome library!

I am wondering if there is hotspot support.

Thanks

What are you trying to achieve? You can add what ever you want to the scene using scenekit.

I am trying to add hotspot into the scene. When the hotspot is clicked, it will change the scene (jump to other scene)

look at VRControllerSwift.swift it has some code related to cursor and events;
inside eventTriggered handler you can perform animation / change scene objects