Home › Forums › Projects › My First Project Demo for a Swiss Toothbrush Brand (Product Visualisation)
- This topic has 9 replies, 4 voices, and was last updated 8 months, 2 weeks ago by
albi.
-
AuthorPosts
-
2023-03-17 at 9:59 am #61132
albi
ParticipantHi 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/d2mWelcome to any suggestions and constructive criticisms.
Thankyou.2023-03-17 at 11:37 am #61133kdv
Participantthere is one repeating error
-
This reply was modified 1 year, 11 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.
2023-03-17 at 12:07 pm #61137albi
ParticipantReply 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?2023-03-17 at 12:20 pm #61138Yuri Kovelenov
Staff2023-03-17 at 12:23 pm #61139Yuri Kovelenov
Staff2023-03-17 at 4:42 pm #61141kdv
ParticipantRemove 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.
2023-03-18 at 5:19 am #61143albi
ParticipantReply to Yuri;
Thanks so much. Looking forward to work more with Verge 3D.
2023-03-18 at 5:23 am #61144albi
ParticipantReply to kdv;
I will check on this.
Thanks again for your valuable inputs.-
This reply was modified 1 year, 11 months ago by
albi.
2023-05-10 at 10:32 am #63641Webenart
CustomerInteresting project, good job, how did you create the beacon on the bottom of the toothbrush though?
Webenart | Creative Websites
webenart.com2024-06-05 at 12:29 pm #74575 -
This reply was modified 1 year, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.