3D viewport, milestone 1

This commit is contained in:
John McCardle 2026-02-04 13:33:14 -05:00
commit e277663ba0
27 changed files with 7389 additions and 8 deletions

View file

@ -32,7 +32,8 @@ enum PyObjectsEnum : int
UIGRID,
UILINE,
UICIRCLE,
UIARC
UIARC,
UIVIEWPORT3D
};
class UIDrawable