Changeset 1562420
- Timestamp:
- 12/27/2016 05:36:57 AM (9 years ago)
- Location:
- gltf-media-type/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
gltf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gltf-media-type/trunk/README.txt
r1562406 r1562420 4 4 Requires at least: 4.5 5 5 Tested up to: 4.7 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A plugin to upload and render [glTF](https://github.com/KhronosGroup/glTF)models in WordPress.10 A plugin to upload and render glTF 3D models in WordPress. 11 11 12 12 == Description == 13 13 14 glTFis 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.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 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. -
gltf-media-type/trunk/gltf.php
r1562406 r1562420 12 12 * Plugin URI: http://goldsounds.com/plugins/gltf 13 13 * Description: A plugin to upload and render glTF 3D models in WordPress. 14 * Version: 1.0 14 * Version: 1.0.1 15 15 * Author: Daniel Walmsley 16 16 * Author URI: http://goldsounds.com
Note: See TracChangeset
for help on using the changeset viewer.