joergviola
Forum Replies Created
-
Forum: Plugins
In reply to: [3D Model Viewer] IGS formatNo, sorry, this plugin is no longer maintained.
Forum: Plugins
In reply to: [3D Model Viewer] Very interestingHi,
thank you for testing the plugin that hard and to find most of the solutions yourself!Unfortunately, I am not able to reproduce your problems.
I have test pages with two or more models on them and you can navigate both of them independently. Did you specifiy two different values for the “id” parameter? (I think so, because you wouldn’t see one of the models if not).Here is my code for a sample model and yours on one page:
[3D width=”80%” height=”200″ background=”888888″ opacity=”0″ model=”https://dev.joergviola.de/wp3d/wp-content/uploads/2015/04/RayBanz-HazzBBerry.obj”?material=”https://dev.joergviola.de/wp3d/wp-content/uploads/2015/04/RayBanz-HazzBBerry.mtl”?camera=”350,350,350″ modelPosition=”2,2,2″ modelScale=”1,1,1″ ambient=”888888″ directional=”1,1,0:eeeeee” class=”testclass” style=”width:80%; height: 300px” id=”blabla” fps=10]
<hr>
[3D width=”80%” height=”200″ background=”dddddd” opacity=”0″ model=”https://dev.joergviola.de/wp3d/wp-content/uploads/1.dae”?camera=”50,50,50″ fov=”20″ modelPosition=”2,2,2″ modelScale=”2,2,2″ ambient=”888888″ directional=”1,1,0:eeeeee” class=”testclass” style=”width:80%; height: 300px” id=”blabla2″ fps=10]Also, you are right, you do not need the material paramer in case of dae.
Unfortunatly, the DAE-Loader seems not to be able to find the texture file.
Maybe that is correlated to the animation problem.
Are you able to delete animations altogether an re-export the file?Cheers, Joerg
Forum: Plugins
In reply to: [3D Model Viewer] .skp file supportHi,
glad you asked!
Sorry, I’m using threejs as the underlying library and there is no Sketchup importer.
But it is easy to export DAE (Collada) files from Sketchup, see here:
https://github.com/mrdoob/three.js/wiki/Using-SketchUp-ModelsHope that helps.
Forum: Reviews
In reply to: [3D Model Viewer] View distance is too smallArgh! Sorry – always forget one of the two places where it must be updated ??
So now 1.9 is out.
Thanks for pointing out!Forum: Plugins
In reply to: [3D Model Viewer] SSL killed the plugin it seemsSorry for being out of town for a while.
Hm.
I have no experience in SSL things.
Could you set up a test site?Forum: Plugins
In reply to: [3D Model Viewer] .obj not showing upSorry for helping late.
Try using the full URL in the model parameter!Forum: Reviews
In reply to: [3D Model Viewer] Great to haveSorry for the confusion and late help.
You can use the parameter “modelscale” now…Forum: Reviews
In reply to: [3D Model Viewer] View distance is too smallJust released 1.8
Use “modelscale” now, please.Forum: Plugins
In reply to: [3D Model Viewer] Camera AngleThanks for your feedback!
Try moving the cam farther away using the “camera” parameter.
Also, in 1.8, I introduced the parameter “fov”, default 75°. Try smaller values.Forum: Plugins
In reply to: [3D Model Viewer] Incorporating mtl to an obj shortcode?Sorry for the confusion.
Added a new parameter in 1.8: material
Use it to specify your mtl file.Forum: Plugins
In reply to: [3D Model Viewer] Incorporating mtl to an obj shortcode?Sorry for the confusion.
Added a new parameter in 1.8: material
Use it to specify your mtl file.Forum: Plugins
In reply to: [3D Model Viewer] initial model size.Sorry – the was an error in the syntax.
Just release 1.8.
Use modelscale now.Forum: Plugins
In reply to: [3D Model Viewer] Two Models on one Site doesent workThanks for your feedback!
Just release 1.8.
You should be able to show two or more models on one page now.
Also introduced the new “material” parameter. Use it to specify the mtl file.Forum: Reviews
In reply to: [3D Model Viewer] View distance is too smallOh, no, sorry.
I just realized, this parameter doesn’t work.
Fixing that…Forum: Reviews
In reply to: [3D Model Viewer] View distance is too smallHi,
you should try to use model-scale=”0.05, 0.05, 0.05″.