-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example vehicle #112
Add example vehicle #112
Conversation
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
I updated the 3D model to the current definition of the vehicle structure. Please review the internal structure, node naming, coordinate origins (pivot points) etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General check, looks ok to me.
Signed-off-by: Diego Sánchez [email protected]
Remarks:
|
Thanks @LudwigFriedmann, let's discuss your remarks in the meeting tomorrow (especially the conceptual issues). |
I checked this again and I think it is correct in the example. We only have one Light_Low_Beam_Left. So the index 0 is correct in my opinion. Do you agree @LudwigFriedmann ? |
@ClemensLinnhoff : You're correct, I missed the "Left" in Light_Low_Beam_Left and misinterpreted the 0 as a lateral iterator. |
The wheels are harmonized with OSI, so I would not change their definition. |
…le-node-structure
Signed-off-by: ClemensLinnhoff <[email protected]>
I updated the example vehicle according to the review remarks and the changes to the node structure introduced in #171. |
Hi @ClemensLinnhoff, thanks for all the improvements. I have a few minor remarks, only: [Concept issue] [Concept/Example issue] [Artistic issue]
This happens because "Shade smooth" is enabled for the smooth parts. |
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
We fixed the artistic issue. But we had to do a complete remesh, because there were too many imperfections from the original version. Now it should be fine. |
Decision: Grp_Sensor_<sensor_idx> should be renamed to Grp_Rear_Axle_Center and the index should be removed (it's an empty node) |
…le-node-structure
Signed-off-by: ClemensLinnhoff <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
I added the rear axle center to the definition as well as the glTF. Now just the seat index is open. @LudwigFriedmann I don't remember if we made a final decision about this in the meeting. |
Hi @ClemensLinnhoff, as far as I remember, the most favored solution was to have a row index and a row-specific seat index. |
Signed-off-by: ClemensLinnhoff <[email protected]>
Okay thanks. I fixed the naming both in the definitions and in the glTF. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The car looks great and the documentation reflects this. Thanks for all the work!
Describe your changes
Add example vehicle in glTF format to showcase the definitions of the vehicle node structure.
Issue ticket number and link
Fixes #111
Checklist before requesting a review