Skip to content

Commit

Permalink
Add warning to n-gltf documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvergenz committed Feb 8, 2018
1 parent 57cc13e commit 8aceda0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/NGLTF.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ import Url from 'urllib';
* @extends module:altspace/components.NativeComponent
* @classdesc Load a 3D model as a native asset, and attach it to this node.
* As a native asset, the model will be inaccessible from javascript, but
* will have better performance, materials, and colliders than normal SDK objects. @aframe
* may have better performance, materials, and colliders than normal SDK objects.
* This feature is a work in progress, with improvements going out periodically.
* Because of the higher-fidelity material system, using this feature may cause
* framerates to drop, so proceed with caution. @aframe
*/
export default class NGLTF extends NativeComponent {
constructor() {super('n-gltf'); }
get schema() {
return {
/**
* The URL of the glTF model.
* The URL of a glTF model.
* @instance
* @member {vec3} url
* @memberof module:altspace/components.n-gltf
Expand Down

0 comments on commit 8aceda0

Please sign in to comment.