You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an entity has an angle keyvalue (and doesn't have an angles value) then its yaw will be determined by angle which isn't reflected in the angles keyvalue which is displayed in the default entity attributes window. In this case angles always the inferred/default 0 0 0 value unless explicitly set in the entity. This means that unless you check all your angle-sensitive entities in Raw Edit mode you may miss the true yaw angle and instead see the misleading 0 0 0 value in Angles.
If angle keyvalue is parsed in the entity then that keyvalue should either be displayed under Angles as an additionaly keyvalue or the angle keyvalue should be transposed to the yaw of the displayed Angles. Or some other solution.
The text was updated successfully, but these errors were encountered:
If an entity has an
angle
keyvalue (and doesn't have anangles
value) then its yaw will be determined byangle
which isn't reflected in theangles
keyvalue which is displayed in the default entity attributes window. In this caseangles
always the inferred/default 0 0 0 value unless explicitly set in the entity. This means that unless you check all your angle-sensitive entities in Raw Edit mode you may miss the true yaw angle and instead see the misleading 0 0 0 value in Angles.If
angle
keyvalue is parsed in the entity then that keyvalue should either be displayed underAngles
as an additionaly keyvalue or theangle
keyvalue should be transposed to the yaw of the displayedAngles
. Or some other solution.The text was updated successfully, but these errors were encountered: