-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from asam-ev/85-documentation-naming-conventi…
…ons-723 Complete chapter naming convention
- Loading branch information
Showing
4 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
=== Naming convention | ||
|
||
Every bone has a unique name and represents a part of the human body. The left and right side of the armature are indicated with the keywords "Left" and "Right" as a postfix. | ||
All included meshes use a keyword as a prefix to indicate which kind of asset it represents. They shall be named meaningful. | ||
|
||
If needed, the user is free to add more prefixes or bones, which are not part of the standard, for himself. |
8 changes: 8 additions & 0 deletions
8
content/geometry/object-road-network/environment-naming-convention.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
=== Naming convention | ||
|
||
Every asset has a unique name and represents a part of the environment. All included meshes are part of a group to indicate which kind of asset type it represents. | ||
All meshes should be named meaningful. | ||
|
||
If needed, the user is free to add more groups and new keywords, which are not part of the standard, for himself. | ||
|
||
|=== |
11 changes: 11 additions & 0 deletions
11
content/geometry/object-vehicle/vehicle-naming-convention.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
=== Naming convention | ||
|
||
Every mesh has a unique name and represents a part of the vehicle. The different vehicle components can be identified by the keywords. | ||
All included meshes use one or more keywords to indicate which kind of asset it represents and where it is located. | ||
Count the axle index from front to rear starting with 0 (according to the https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/structosi3_1_1MovingObject_1_1VehicleAttributes_1_1WheelData.html#a094de989f5a2aab080f9a65f0feb3867[OSI definition]). | ||
Count the wheel index per axle from right to left (in positive y-direction and according to the https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/structosi3_1_1MovingObject_1_1VehicleAttributes_1_1WheelData.html#a094de989f5a2aab080f9a65f0feb3867[OSI definition]). | ||
Count the door index per side from front to rear and right to left (in positive y-direction). | ||
Count the seat index per level from first level front to rear, and right to left, to the next level from right to left and front to rear. Note: A rear bench with 3 seats will be consideres as 3 seats, because 3 passengers could take a seat on it. | ||
|
||
If needed, the user is free to add more groups and new keywords, which are not part of the standard, for himself. | ||
|