Changes

Jump to navigation Jump to search
181 bytes added ,  17:41, 21 December 2019
m
Undo revision 10041 by Joelmartin (talk)
Line 20: Line 20:  
=== As Image Handler ===  
 
=== As Image Handler ===  
   −
 
+
<pre class="wiki">
 
[[File:Model.json|300x300px|color=,opacity=,...]]
 
[[File:Model.json|300x300px|color=,opacity=,...]]
 
+
</pre>
    
=== As Parser function ===
 
=== As Parser function ===
 
+
<pre class="wiki">
 
{{#3d:Model.json}}
 
{{#3d:Model.json}}
 
{{#3d:Model.json|width}}
 
{{#3d:Model.json|width}}
Line 31: Line 31:  
...
 
...
 
{{#3d:Model.json|width|height|color|opacity|norotate|scale|z|style|class}}
 
{{#3d:Model.json|width|height|color|opacity|norotate|scale|z|style|class}}
 
+
</pre>
    
Instead of uploaded filename you can use an url for file located in external site.
 
Instead of uploaded filename you can use an url for file located in external site.
    
=== As Parser tag ===
 
=== As Parser tag ===
 
+
<pre class="html">
 
&lt;3d file=&quot;Model.json&quot; width=&quot;&quot; height=&quot;&quot; ... &gt;&lt;/3d&gt;
 
&lt;3d file=&quot;Model.json&quot; width=&quot;&quot; height=&quot;&quot; ... &gt;&lt;/3d&gt;
 
or
 
or
 
&lt;3d width=&quot;&quot; height=&quot;&quot; ... &gt;Model.json&lt;/3d&gt;
 
&lt;3d width=&quot;&quot; height=&quot;&quot; ... &gt;Model.json&lt;/3d&gt;
 
+
</pre>
 
+
You also can use url instead of short filename.<br>
 
+
<3d width="100" height="100" norotate="true">Star.stl</3d>
    
== Parameters ==
 
== Parameters ==
4,000

edits

Navigation menu