Skip to content

Commit

Permalink
Final update in JSON branch for V0.2.0+9.
Browse files Browse the repository at this point in the history
Established versioning convention. Updated CHANGELOG, AUTHORS
  • Loading branch information
RealismCloud committed Jun 15, 2017
1 parent 1192c2f commit 529e7d9
Show file tree
Hide file tree
Showing 10 changed files with 24,239 additions and 66 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Concepts and node/tag signatures taken from A-Frame

Concepts and internals inspired by X3DOM
* Fraunhofer (http://x3dom.org/)

JSON -> XML converter code
* John Carlson

X3D Standard (ISO/IEC 19775-1 and 19776-1) developed by
* Web3D Consortium (http://www.web3d.org/)
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
2017-05-29
Initial development Release V0.1
* all X3D pre-defined solids (box, sphere, cone, cylinder)
* all A-Frame pre-defined solids
* fixed camera
* directional light
* material diffuseColor, specularColor, emissiveColor

Released in V0.2.0+9 -- 2017-06-14
* Image textures
* glTF model loader with animations
* A-Frame assets and reuse
* Viewpoint (simple)
* Background
* All X3D Lighting (Directional, Spot, Point)
* [Indexed]TriangleSet
* TriangleSet
* IndexedFaceSet
* QuadSet
* IndexedQuadSet
* JSON loader for Inline contet

1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Copyright (C) 2017, Daly Realism for XSeen
Copyright, Fraunhofer for X3DOM
Copyright, Mozilla for A-Frame
Copyright, THREE and Khronos for various parts of THREE.js
Copyright (C) 2017, John Carlson for JSON->XML converter (JSONParser.js)

=== +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Loading

0 comments on commit 529e7d9

Please sign in to comment.