googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

Feature that allows a hotspot to have its own icon through an image #285

Open victorhsr opened 6 years ago

victorhsr commented 6 years ago

Feature that allows a hotspot to have its own icon through an image. To use this feature you should add 'icon: icon_path' in its definition. If no icon is assigned, a default hotspot is created

Example:

hotspots: {
      whaleLeft: {
        pitch: 0,
        yaw: 150,
        radius: 0.05,
        icon: 'images/hotspot_example.png',
        distance: 1
      }
}
sukima commented 6 years ago

Is this going to get merged? I was looking for exactly this feature. Is this project dead?

sukima commented 6 years ago

@lincolnfrog / @tommytee Please help? I really don't want to maintain a separate fork just for my project(s).

victorhsr commented 6 years ago

@sukima I'm happy to know that this functionality is useful for someone else. I'm available to make any change that allows this to be merged

tommytee commented 6 years ago

@sukima i can't merge... lincolnfrog can