flutter_stage icon indicating copy to clipboard operation
flutter_stage copied to clipboard

Feature: add spheres actors

Open youssefali424 opened this issue 4 years ago • 1 comments

First congratulation on this amazing and fun package, second wouldn't it be possible to create an actor that has a geometry of a sphere? I think the most hard part would be how to work with it when using the transformed matrix (like rotating the stage) but my guess that it is possible

youssefali424 avatar Feb 17 '21 20:02 youssefali424

First congratulation on this amazing and fun package, second wouldn't it be possible to create an actor that has a geometry of a sphere? I think the most hard part would be how to work with it when using the transformed matrix (like rotating the stage) but my guess that it is possible

I wrote a plugin which can solve your problem: https://pub.dev/packages/scenekit_plugin

take2make avatar May 18 '22 14:05 take2make