Closed djihbril closed 3 years ago
machine.ini
proxy_objects.py
AABBObject3D
CylinderObject3D
OBJObject3D
BoundingBox
proxyconfig_frame.py
proxy3d.py
glcanvas
MAX_ID - id
MAX_ID
pathgen_toolbar
machine.ini
(resolves #86)proxy_objects.py
AABBObject3D
,CylinderObject3D
,OBJObject3D
classesBoundingBox
classproxyconfig_frame.py
andproxy3d.py
glcanvas
MAX_ID - id
, whereMAX_ID
is the id of pure white (background) minus 1MAX_ID
is the limit for |cameras| + |actions| + |proxy objects| because of how picking is done (probably not an issue, as it's over 16 million)pathgen_toolbar
creates paths with a cost function and accounts for collision/intersection with proxy objects (resolves #102)