Changeset 1137326
- Timestamp:
- 04/17/2015 04:00:46 PM (11 years ago)
- File:
-
- 1 edited
-
3d-model-viewer/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
3d-model-viewer/trunk/readme.txt
r1133897 r1137326 5 5 Requires at least: 4.0.0 6 6 Tested up to: 4.1.1 7 Stable tag: 1. 27 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 18 18 add a shortcode to the page where the model should be shown and there you go. 19 19 20 Currently, Collada DAE files are supported. 20 Currently, Collada DAE and OBJ and OBJ/MTL files are supported. 21 (If you have an MTL file, rename your obj file to objmtl before uploading to reflect that.) 21 22 Please file a request for other required file formats. 22 23 … … 34 35 Here are the arguments to this short code: 35 36 36 * model: name of the model file in the media gallery. Mandatory. 37 * model: name of the model file in the media gallery. Mandatory. Use *.objmtl if you want OBJ/MTL and name the MTL file exaclty as the OBJMTL file. 37 38 * width, height: Size of the 3d stage. If in percent, then relative to the size of the div around the canvas. Optional, default is 500x300. 38 39 * background: Background color. Optional, default is "ffffff". … … 63 64 == Changelog == 64 65 66 = 1.4 = 67 * OBJ and OBJMTL format supported. 68 * Performance tuning: Renders only on demand. 69 70 65 71 = 1.3 = 66 72 * width and size can be reltaive to the size of the div around the canvas (which in turn can be set via CSS).
Note: See TracChangeset
for help on using the changeset viewer.