Shapes 3D Library: can't get stroke function to work for any shapes

color c = text.fill();

This will work with all shapes except Box because a box can have 6 different colour (one for each face) so it wouldn’t know which one to return.

2 Likes