| Name | 3DXML Plugin |
|---|---|
| Vendor | |
| Version | 1.0.0 |
| Product Versions | Tested on Confluence 2.6.x and 2.7.x |
| Author(s) | Ludovic Lambert |
| Category | External Content |
| Price | Free |
| License | GPL |
| JavaDocs | N/A |
| IssueTracking | https://extranet.valiantys.com/jira |
| Download JAR | 3DXMLPlugin-Valiantys-v1.0.0.jar |
| Download Source | N/A |
Description/Features
|
This User Macro Plugin allows you to display and manipulate (scale, rotate, move...) 3DXML designs within Conluence page. If this viewer is not installed on your workstation or your installed version is too old, the plugin will propose you a link to download and install it. Have fun |
|
Installation
You need to have System Administrator permissions in order to install and configure plugins.
You have to install this plugin by uploading it to Confluence.
- In the 'Administration' section of Confluence, click the Plugin Repository link.
- Click on the 'Upload' tab.
- Use the 'Browse' button to find the plugin jar you wish to install on your harddrive.
- Select the jar file and click 'Open'.
- The plugin will be uploaded from your machine to Confluence, and will be automatically installed.
Usage
The macro basic syntax is:
{3dxml:/url/to/file}
This will render the 3DXML file in 400x300 by default.
Full syntax
{3dxml:/url/to/file|width|height}
Parameters:
- Param 1: 3DXML file URL (required). The url to the 3DXML file. It can be a short path (without the domain name) to an attachment.
- Param 2: Display Width (optional). Set the width of the displayed file, set to 400 pixels by default.
- Param 3: Display Height (optional). Set the height of the displayed file, set to 300 pixels by default.
|
For any question on 3DXMLPlugin usage or need support, please use our support request management system rather than posting a comment on this page. |
Syntax Examples
With external 3DXML files:
* {3dxml:http://www.3ds.com/fileadmin/3dxml_gallery/quad.htm}
* {3dxml:http://www.3ds.com/fileadmin/3dxml_gallery/quad.htm|800|600}
With attached 3DXML files:
* {3dxml:/wiki/download/attachments/1277954/porshe-BOXTER.3dxml}
* {3dxml:/wiki/download/attachments/1277954/porshe-BOXTER.3dxml|480|360}
Version History
| Version | Release Date | Description | Compatibility |
|---|---|---|---|
| 1.0.0 | March, 14th 2008 | First release of 3DXML Plugin | Tested on Confluence 2.6.x and 2.7.x |
Open Issues
None


