Plugin Directory

Changeset 1137326


Ignore:
Timestamp:
04/17/2015 04:00:46 PM (11 years ago)
Author:
joergviola
Message:

Documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 3d-model-viewer/trunk/readme.txt

    r1133897 r1137326  
    55Requires at least: 4.0.0
    66Tested up to: 4.1.1
    7 Stable tag: 1.2
     7Stable tag: 1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1818add a shortcode to the page where the model should be shown and there you go.
    1919
    20 Currently, Collada DAE files are supported.
     20Currently, 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.)
    2122Please file a request for other required file formats.
    2223
     
    3435Here are the arguments to this short code:
    3536
    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.
    3738* 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.
    3839* background: Background color. Optional, default is "ffffff".
     
    6364== Changelog ==
    6465
     66= 1.4 =
     67* OBJ and OBJMTL format supported.
     68* Performance tuning: Renders only on demand.
     69
     70
    6571= 1.3 =
    6672* 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.