We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

3D configurator model to AR

Home Forums Puzzles 3D configurator model to AR

Viewing 15 posts - 1 through 15 (of 42 total)
  • Author
    Posts
  • #52400
    pimmartens
    Participant

    Hi,

    If I would create a scene that consists out of multiple configurable items/models, kinda like the parametric models demo. Is it possible to send the configuration that customer will make to AR? Since the augmented reality demo seems to export the base model as a .USDZ which gets downloaded to the iPhone.

    Thanks for your help.

    Pim

    #52407
    xeon
    Customer

    AR development for iOS using Verge3D involves a lot of sacrifice. Not because of V3D but because of what Apple will support and not support in Safari/WebKit.

    The example AR demo uses Apple’s native iOS quickview to load a USDZ.
    Quickview has limitations as to what can be animated, textures, model complexity,etc. from my testing complex scenes do not translate by simply exporting as USDZ. The good news is Quickview uses actual room lighting to light your objects. V3D you have to setup your own lighting as it does not use the cameras lighting.

    There is an option for using the mozillaXR app on iOS and running the V3D app natively. For commercial use this has always been an installation barrier.

    I would suggest to test and try it but don’t rely on just exporting to work. Plan on learning how to use the apple ar dev tools at a minimum and expect if you have lots of interactivity plan on building a native app unless mozillaxr is an option.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #52408
    pimmartens
    Participant

    Thanks for the explanation Xeon! This info already helps a lot.

    #52413
    vern
    Customer

    So you just want to be able to send the fully configured model into AR so they can view it, is what you’re asking right? If so this is definitely possible.

    #52462
    pimmartens
    Participant

    The configurator would consist out of multiple models.
    Would it be possible to merge those models and export them as one .USDZ?

    I can’t seem to find much info about V3D+AR.

    #52487
    vern
    Customer

    Yup. When you use the export to USDZ puzzle you can export individual models, groups of models, or even the entire scene into the one USDZ file. There’s a ton of flexibility.

    #52488
    xeon
    Customer

    Is the point to just send a model? Or do you want interactive control if that usdz such as animations, material control, parametric… etc?

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #52505
    pimmartens
    Participant

    Okay, for example: I’m creating a configurator for tables. I’ve 5 models for the top of the table and 5 models for the frame. In the configurator I switch through those models and change some textures in the material of the top, I scale the table to 2x the size of the original model through shapekeys.
    Now I press the ‘go to AR’-button.

    Will I be able to get both models that I was just looking at into AR, with their new textures and new sizes?

    #52516
    xeon
    Customer

    Yes you can do that

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #52523
    vern
    Customer

    Yes, you can definitely do that. The main thing you need to do is make sure you export to USDZ after the configuration is done instead of when your app first launches of course.

    #52558
    pimmartens
    Participant

    Nice, thanks! So if want to export multiple models to a .USDZ, would I do it like the example I attached?

    Attachments:
    You must be logged in to view attached files.
    #52573
    fred7
    Customer

    Is there a possibility to export the scene but only visible objects? The GTLF-Export puzzle has a checkbox for only visible, for the USDZ I can’t find it. Any workaround?

    #52586
    vern
    Customer

    Yup! That’s exactly how to export multiple models. Remember if you want the exact configuration to be sent you’ll want to put those puzzles in a button click event puzzle that’s hit when the user is done setting the configuration. @pimmartens

    #52587
    vern
    Customer

    The ‘export to USDZ’ puzzle will automatically export only the visible objects in your scene. :)
    So for example if you pick ‘Scene’ to export, it will export all of the visible objects only. @fred7

    #52589
    fred7
    Customer

    @vern
    Thanks! Great news.

Viewing 15 posts - 1 through 15 (of 42 total)
  • You must be logged in to reply to this topic.