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.

My First Project Demo for a Swiss Toothbrush Brand (Product Visualisation)

Home Forums Projects My First Project Demo for a Swiss Toothbrush Brand (Product Visualisation)

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #61132
    albi
    Participant

    Hi guys,

    Myself a 3D Generalist, a beginner in Verge3D.
    This is a project I have been working on for a while. During the project, I really enjoyed figuring out and learning Verge3D and its workflow. Thanks to all who responded to my frequent doubts and helped me in community forums. Such an amazing piece of software this is.

    Here’s the link to the project ;
    https://v3d.net/d2m

    Welcome to any suggestions and constructive criticisms.
    Thankyou.

    #61133
    kdv
    Participant

    there is one repeating error

    • This reply was modified 1 year, 8 months ago by kdv.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #61137
    albi
    Participant

    Reply to kdv;
    Hii thanks for pointing this out.
    Why is this happening? Will it affect the performance of my app anyway?
    And any idea how to solve this error?

    #61138

    congrats with your first Verge3D project! nicely done! :good: :good: :good:

    Chief 3D Verger | LinkedIn | Twitter

    #61139

    as of the error, you might try to clear the object’s Parent Inverse:

    Chief 3D Verger | LinkedIn | Twitter

    #61141
    kdv
    Participant

    Remove constraints from the object “AR button”. Verge3D add-on exports parented objects with an intermediate node named “v3d_proxy_node…”. So this button is not a direct child of its initial parent and CanvasFitConstraint is not working.

    if (obj.parent !== camera) {
      console.error('CanvasFitConstraint: object should be a direct child of the camera');
      return;
    }

    It won’t affect the perfomance much. Just a harmless error writing to the console log every frame )))

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #61143
    albi
    Participant

    Reply to Yuri;

    Thanks so much. Looking forward to work more with Verge 3D. :heart:

    #61144
    albi
    Participant

    Reply to kdv;

    I will check on this.
    Thanks again for your valuable inputs.

    • This reply was modified 1 year, 8 months ago by albi.
    #63641
    Webenart
    Customer

    Interesting project, good job, how did you create the beacon on the bottom of the toothbrush though?

    Webenart | Creative Websites
    webenart.com

    #74575
    albi
    Participant

    @Webenart
    Not quite sure which part you are referring to.
    Everything is modelled and shaded in Blender.
    The floor is an animated shader.
    Thanks, and please feel free to clarify if this is not what you asked. :heart:

    • This reply was modified 5 months, 2 weeks ago by albi.
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.