Skip to content

photosynth/photosynth.github_io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photosynth Website

This github repo contains the website visible at photosynth.github.io. This website is showing the capability of the PhotosynthViewer OSS.

How to generate the content of this repo?

This information is only useful for the person in charge of this github repo (these are explanations on how to generate this static website from the PhotosynthViewer repo).

edit js/embedScripts.js:

  • set _useStaticStorage to true
  • change _staticStoragePrefix to "synths/"
  • override _useCompileJS to true by adding the following line:
_useCompileJS = true; //just before the 'if (_useCompileJS)' test
  • provide a bing map key:
var _bingMapKey = 'ArNMeVPrTEWs-raRBo8iJCBCiQNwWCRHOrJnuXekWu2EteapRA2fVBvMo_THeiqu';
  • change the path of minified css/js to match the location of your local build:
if (_useCompileJS) {
	_pathToWorkerParser = "build/js/PS2PacketPlayer.worker.min.js";

	document.write('<link rel="stylesheet" type="text/css" href="build/css/PS2PacketPlayer.min.css" />');

	document.write('<script type="text/javascript" src="build/js/PS2PacketPlayer.min.js"></script>');
	document.write('<script type="text/javascript" src="build/js/PS2API.min.js"></script>');
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published