GitXplorerGitXplorer
d

webxr_youtube

public
6 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
e69d93a7100d57a9adebb0cbfedb847190bac789

port webvr to webxr

dds-hwang committed 6 years ago
Unverified
4705549d9b954ef183f975d0aabd2233a8541575

fix blackscreen of image demo

dds-hwang committed 6 years ago
Unverified
f1e07a1f6447507d3f35fef3e79b44cb5bcf4107

rename to XR

dds-hwang committed 6 years ago
Unverified
e3798c89f2162a814402f8b8c2aa09a6b1d41377

fix blackscreen on M71

dds-hwang committed 6 years ago
Unverified
30c2e6e850558074cafdf553ddc22401b62e3333

RGBA op

dds-hwang committed 6 years ago
Unverified
85cd91bee3bf5be31c2e0a8745769d89762548f8

rename movie file

dds-hwang committed 6 years ago

README

The README file for this repository.

webxr_youtube

  • webxr-ficate 360 Youtube video.
  • Youtube 360 video is projected by Equi-Angular Cubemap.
  • This project shows how to present the video in VR space using WebGL.
  • You can rotate the scene by mouse drag in case no HMD (i.e. head mount display).

Code

Some comments

  • Q: Why WebGL2?
    • A: WebGL1 doesn't support GL_LINEAR with npot texture. lol

Reference