-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CSS3DRenderer for rendering clickable object in scene. #7
base: master
Are you sure you want to change the base?
Conversation
…irtual tour style panorama. Introduced CSS3DRenderer to overlay on top of WebGLRenderer, for renderering waypoint marks. The click event on the marks would trigger switch scene event, and notify whomever is concerned about updating the scene. The code is therefore depend on CSS3DRenderer.js.
Hi, Thanks for your help. To be honest, I wanted to add a feature like this but, before, I wanted to finish some other things, like my own 3D renderer (specialized to PSV, that way it doesn't need Three.js and can go further) or a compatibility with virtual reality. What I imagined is an application in virtual tours (like yours apparently!): virtual reality, waypoints, automatic navigation to these points and even audio description. However, I fully understand you want to have the feature you need as soon as possible. I'll take a look at what you've done (if I merge it I'll probably need to modify it when my own 3D renderer will be ready). Thanks again! |
Since recently I was working on a Panorama project, I'll have some comment on the issues involved. I'll list it as below:
Thanks for reading & considering:) |
I'll begin to think that you are reading in my mind! More seriously, this is what I can answer for now.
Thank you for your ideas! |
Ok, to my view there are some cool ideas. I'll be glad to hear some further news, happy to share the ideas.:) |
Hello, I hope this project is still active ! |
You might want to check my fork http://photo-sphere-viewer.js.org/markers.html |
thank you ! |
It's not the in the demo but as I said, there is the method for that, just need to be wired to your markers (through "select-marker" event). |
@amarok2 I'm no expert programmer but finally after 16hrs of work I put together a script that allows you to be able to setup markers, that you can change the image of, and on click would load an other 360 image in, with new markers at different location again on click would load an other 360 image. and hides the previous picture ones. Great for virtual tours. |
@Zolcsimus |
@amarok2 Check this page out. I did it for my work. http://www.accessrv.com/page/360-Blue-Ridge-2910-SK-Virtual-Tour |
Could you guys continue the discussion on my fork (if there is anything to discuss) ? in order to not spam Jeremy with things he doesn't care about (meaning it's related to code he doesn't know) |
A feature to add for my virtual tour project. Introduced CSS3DRenderer to overlay on WebGLRenderer, in order to add html objects in scene. Further features is to be discussed based on this thought.
Right now, it renders a picture arrow.png, and a text description as a clickable waypoint.