Skip to content

Commit

Permalink
Merge pull request #365 from asam-ev/363-repair-links
Browse files Browse the repository at this point in the history
Repair broken links
  • Loading branch information
ClemensLinnhoff authored Feb 7, 2025
2 parents 99387c8 + 4c0d6d4 commit 41d96d9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ legend
|_ [[../geometry/object-environment/environment-index.html#_grp_drivable_area Grp_Drivable_Area]]
|_ [[../geometry/object-environment/environment-index.html#_grp_sidewalks Grp_Sidewalks]]
|_ [[../geometry/object-environment/environment-index.html#_grp_road_marks Grp_Road_Marks]]
|_ [[../geometry/object-environment/environment-index.html#_grp_road_object Grp_Road_Objects]]
|_ [[../geometry/object-environment/environment-index.html#_grp_road_objects Grp_Road_Objects]]
|_ [[../geometry/object-environment/environment-index.html#_grp_signals Grp_Signals]]
|_ [[../geometry/object-environment/environment-index.html#_grp_sign_idx_t Grp_Sign_<signal_idx>]] (T)
|_ [[../geometry/object-environment/environment-index.html#_traffic_light_idx_t Grp_Traffic_Light_<signal_idx>]] (T)
|_ [[../geometry/object-environment/environment-index.html#_grp_sign_signal_idx_t Grp_Sign_<signal_idx>]] (T)
|_ [[../geometry/object-environment/environment-index.html#_grp_traffic_light_signal_idx_t Grp_Traffic_Light_<signal_idx>]] (T)
end legend
----

Expand Down
33 changes: 17 additions & 16 deletions content/geometry/object-human/human-structure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ legend
|_ [[../geometry/object-human/human-index.html#_upper_arm_left_t Upper_Arm_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_lower_arm_left_t Lower_Arm_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_hand_left_t Hand_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_full_lingers_left_t Full_Fingers_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_full_fingers_left_t Full_Fingers_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_full_thumb_left_t Full_Thumb_Left]] (T)
|_ [[../geometry/object-human/human-index.html#_shoulder_right_t Shoulder_Right]] (T)
|_ [[../geometry/object-human/human-index.html#_upper_arm_right_t Upper_Arm_Right]] (T)
Expand Down Expand Up @@ -74,21 +74,6 @@ Depending on the 3D software, the armature is a separate _object type_ (for exam
The postfix `_<Name>` is optional, but is recommended to use, if you prepare multiple human assets in one file of an 3D application to keep the names unique and within the naming convention.
The armature shares the coordinate system with Grp_Root.

== Accessories_<Name>

This object represents an additional or exchangeable accessory of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Body_<Name>

This object represents the body of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Clothing_<Name>

This object represents an additional or exchangeable clothing part of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Hair_<Name>

This object represents an additional or exchangeable hair part of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Root

Expand Down Expand Up @@ -568,6 +553,7 @@ The Full_Fingers_Right bone represents all other fingers of the right hand, that
| Pointing sidewards
|===

== Upper_Leg_Left (T)

The Upper_Leg_Left bone represents the upper part of the left leg, that is, the thigh of the human skeleton. It controls the hip joint.

Expand Down Expand Up @@ -766,3 +752,18 @@ The Full_Toes_Right bone in a human skeleton represents all toes of the right fo
| Pointing sidewards
|===

== Accessories_<Name>

This object represents an additional or exchangeable accessory of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Body_<Name>

This object represents the body of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Clothing_<Name>

This object represents an additional or exchangeable clothing part of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.

== Hair_<Name>

This object represents an additional or exchangeable hair part of the human. It shares the coordinate system with Grp_Root, see <<tab-human-Grp_Root>>.
2 changes: 1 addition & 1 deletion content/geometry/object-vehicle/vehicle-structure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ legend
[[../geometry/object-vehicle/vehicle-index.html#_grp_root Grp_Root]]
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_exterior Grp_Exterior]]
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_exterior_dynamic Grp_Exterior_Dynamic]]
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_convertible_top_t Grp_Convertible_Top]]
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_convertible_top Grp_Convertible_Top]]
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_door_bottom_door_bottom_idx_t Grp_Door_Bottom_<door_bottom_idx>]] (T)
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_door_front_door_front_idx_t Grp_Door_Front_<door_front_idx>]] (T)
|_ [[../geometry/object-vehicle/vehicle-index.html#_grp_door_left_door_left_idx_t Grp_Door_Left_<door_left_idx>]] (T)
Expand Down

0 comments on commit 41d96d9

Please sign in to comment.