Changeset 1563603
- Timestamp:
- 12/28/2016 04:37:31 PM (9 years ago)
- File:
-
- 1 edited
-
gltf-media-type/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gltf-media-type/trunk/README.txt
r1563560 r1563603 14 14 [glTF](https://github.com/KhronosGroup/glTF) is an emerging open standard for the transmission and storage of 3D models. This plugin allows you to upload these models in "Embedded JSON" and Binary formats. Currently, inline rendering is only supported for the JSON format. 15 15 16 This plugin includes [Three.js](https://github.com/mrdoob/three.js/), a wonderful creation of [Mr Doob](http://mrdoob.com/) and many others. I am massively impressed by their work. 16 The ultimate goal of this plugin is to provide a 3D "post type" (gltf_scene) which allows the user to compose an interactive scene populated by objects that represent other content from their site (e.g. a book containing posts in a particular category, a door leading to another page or site). It is also a goal to make this content work best in VR headsets, but with a workable fallback for browsers. 17 18 This plugin includes [Three.js](https://github.com/mrdoob/three.js/), a wonderful creation of [Mr Doob](http://mrdoob.com/) and many others. I am massively impressed by their work. I am also not so great at PHP or Javascript, so please forgive my missteps. 17 19 18 20 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.