mess icon indicating copy to clipboard operation
mess copied to clipboard

add implicit `angles`

Open mfaizsyahmi opened this issue 1 year ago • 1 comments

on some not very rare cases an entity might be missing the angles property and that breaks expressions that read it or its component e.g. angles.yaw.

my suggestion is to always have implicit default value for angles of 0 0 0. This is what the game engine already does in a way, both origin and angles are implicitly 0 0 0 if absent.

mfaizsyahmi avatar Jan 30 '24 16:01 mfaizsyahmi