sdk.examples

Overview

Altizure Javascript 3D SDK is a web-based 3D graphics engine. You can use it to integrate your interactive 3D contents from Altizure to your business application.

What is this repository for?

Examples for Altizure Javascript 3D SDK. Check this page for a list of examples altizure.github.io/sdk.examples/examples.sdk.html

How do I get set up?

  1. git clone
       git clone https://github.com/altizure/sdk.examples.git
    
  2. setup a server
     python -m SimpleHTTPServer 8000
    
  3. visit through browser http://localhost:8000/examples.sdk.html

How do I start to use?

In the example html file (e.g. ./1-1-altizure-earth/index.html), replace the key in

  let options = {
    altizureApi:{
      // Altizure sdk demo key. Replace it with your own key.
      key: '7MkQf8UggsPaadvrlKALspJWZejZAJOLHn3cnIy'
    }
  }

with your own key

What are the available versions?

Four versions are provided:

Bug report, Feature request, and Questions

Please create an issue on issue page.

References

Contributors

Changelog