I took me few hours to find out, that SegmentSet don’t have correct bounding box, thus I don’t see it in my scene (my scene is much bigger than sphere with radius 100 and center in (0,0,0) as current settings of SegmentSet).
This might save some time for the other away3D fans.. So please fix, this “bug”.
override protected function updateBounds() : void {
// todo: fix bounds
_bounds.fromExtremes(-100, -100, 0, 100, 100, 0);
_boundsInvalid = false;
}
Anyway, thanks away3D developers for great work ;]!