Announcement

Collapse
No announcement yet.

360 product viewer app recommendations?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 360 product viewer app recommendations?

    Hey,

    Does anyone have any tips for a 360 viewer app to show a product? I've found https://www.webrotate360.com/ which seems to be able to do it (still need to test it), but was wondering if anyone has used other software that works well.

    Our client would like to rotate their product in all directions (so a bit more like this: https://www.webrotate360.com/example...car-model.aspx).

    Any tips?

  • #2
    Looking at those examples, then this sort of thing will work Object2VR:
    https://ggnome.com/object2vr/

    It uses a bunch of prerendered images, and as you rotate, it loads the image for that angle. You would get the friles it output for you then you just up[load the lot to your web server.

    Another option is to use WebGL, where you actually load the 3D model in realtime and view it online. Various solutions exist for that.
    One of the easiest one's out there that doesnt require programming knowledge is something like Verge3D:
    https://www.soft8soft.com/
    It will also output a project for you which you just stick on your webserver. You can also create an AR version of the product with this.

    If you have some programming knowledge, then just make your own using something like Three.js
    https://threejs.org/

    If you have some cash for a monthly solution, which run on their servers, then simply use Sketchfab (which was recently acquired by Epic, the makers of Unreal)
    https://sketchfab.com/

    Last edited by Morne; 11-08-2021, 11:51 PM.
    Kind Regards,
    Morne

    Comment


    • #3
      Thanks Morne!

      Object2VR looks like the best option for now. I just want to render the images / angles in vray/max and then load them into a viewer.

      Comment

      Working...
      X