Change the size of the entity by setting the scale
attribute:
e = Entity(model='cube', scale=(3,1,1))
Details scaling entities uniformly or per axis to change their size within the scene.
Change the size of the entity by setting the scale
attribute:
e = Entity(model='cube', scale=(3,1,1))