0.0.3 • Published 2 years ago

xrauthor-loader v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

xrauthor-loader

An asset loader of XRAuthor app for Introduction to Virtual Reality Development (CSD3120/3121)

Installation

npm install xrauthor-loader --save-dev

Usage

In typescript:

import { AuthoringData, loadAuthoringData } from 'xrauthor-loader'

loadAuthoringData('path/to/assets').then((data: AuthoringData) => {
    // your code here to use the data, for example:
    createXRScene('renderCanvas', data);
});
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago