Cookbook /
DisplayWRL
Summary: This recipe enables to display WRL files with the flux plugin
Version: 1.0
Prerequisites: MediaMachine Flux plugin installed
Status:
Maintainer: Benoit Dutilleul?
Discussion: DisplayWRL-Talk
Categories: Uncategorized
Questions answered by this recipe
How can I simply display 3D WRL objects in a pmwiki environment?
Description
Markup synthax
- (:wrl Attach:filename.wrl:)
- (:wrl Attach:filename.wrl [width=number] [height=number] :)
- (:wrl http://samplesite.com/path/filename.wrl [width=number] [height=number] :)
External resource (alt syntax embeddig with http://....) can be disabled by setting $EnableExternalResource = 0;
Installation
- Download the file wrl.phpΔ to your cookbook folder
- Add the following line to your config.php: include_once("$FarmD/cookbook/wrl.php");
- Enable upload of WRL files to your site: $UploadExts['wrl'] = 'model/x3d+xml';
Notes
Release Notes
See Also
Contributors
Comments
See discussion at DisplayWRL-Talk
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.