Skip to content

Commit

Permalink
updated a-frame v0.9.2; use new aframe-orbit-control component
Browse files Browse the repository at this point in the history
  • Loading branch information
weddingdj committed Jul 3, 2019
1 parent 0c2b70f commit cdb956c
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 1,523 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4

- Updated to A-Frame v0.9.2
- Removed support for DAE models

## 1.3

- Use A-Frame teleportation controls
Expand Down
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'#theme-name' => 'IdeaSpace 3D Model',
'#theme-key' => 'ideaspace-3d-model',
'#theme-version' => '1.3',
'#theme-version' => '1.4',
'#ideaspace-version' => '>=1.1.0',
'#theme-description' => '3D model viewer with info hotspots. Attach text annotations to hotspots.',
'#theme-author-name' => 'IdeaSpaceVR',
Expand Down Expand Up @@ -66,7 +66,7 @@
'#help' => 'Upload a 3D model.',
'#type' => 'model3d',
'#required' => true,
'#file-extension' => ['obj', 'ply', 'dae', 'gltf', 'glb'],
'#file-extension' => ['obj', 'ply', 'gltf', 'glb'],
],

'vrscale' => [
Expand Down Expand Up @@ -349,7 +349,7 @@
'38.0' => '38.0',
'40.0' => '40.0',
],
'#required' => false,
'#required' => true,
],

'rotation-x' => [
Expand Down
Loading

0 comments on commit cdb956c

Please sign in to comment.