Skip to content

jagenjo/htmlcubemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

htmlcubemap

A simple class to embed a panoramic view in a website from six pictures. It uses CSS with transforms.

Demo here

Usage

Just call from javascript:

var cubemap = new HTMLCubemap("imgs/301_01_01_",".png","cubemap", {low_post_url: "_tn.png", width: 512,height: 512});

Where params are:

  • prefix to url of images
  • postfix of url of images
  • DOM container where to insert the cubemap

About

A simple class to embed a panoramic view in a website from six pictures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors