=== 3d-viewer === Contributors: abuhayat Tags: 3d, 3d model, display, 3D model viewer, threejs, webgl Requires at least: 5.7 Tested up to: 5.7 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily display interactive 3D models on the web. Supported File type .glb, .gltf = shortCode = Use following shortCode To Embed a 3d model
[3d_viewer src="file_path" alt="Alternative Text" height="height in px" width="width in px"]Example:
[3d_viewer src="http://localhost/3d/Astronaut.glb" alt="Astronaut" height="500px" width="500px"]Only the src attribute is required to embed a model. Oter fields are optional such as alt, height, width. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `plugin-directory` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use shortcode in page, post or in widgets. 4. If you want player in your theme php, Place `` in your templates == Frequently Asked Questions == == Screenshots == 1. Sidebar menu 2. UI 3. Player configuration 4. Shortcode Generator == Changelog == = 1.0 = * Initial Release