Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

GLTF Media Type

Περιγραφή

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.

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.

This plugin includes Three.js, a wonderful creation of Mr Doob 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.

It also has basic WebVR support, where available.

Εγκατάσταση

  1. Unzip this plugin in the /wp-content/plugins/ directory
  2. Activate the “glTF Media Type” plugin through the ‘Plugins’ menu in WordPress
  3. Upload .gltf or .glb files via the Media browser, or via the Add Media button for posts/pages.
  4. Embed the 3D object in posts using a shortcode, like `[gltf_model scale=”1.0″ url=”http://mywordpresssite.com/wp-content/uploads/2016/12/model.gltf”]. Note: You may get that full URL from the Media browser by selecting the file and copying the link.
  5. You may also create a “GLTF Scene” using the “Scene” post type, and attaching a 3D model on the post edit page.

Συχνές Ερωτήσεις

None yet.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“GLTF Media Type” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.4

  • Added RayInput support

1.3

  • Added WebVR support

1.2

  • Fetch gltf_scene data as post via REST API

1.1

  • Add gltf_scene post type

1.0

  • First version, just basic rendering