kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

[Broomstick] Cone radius error #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public function set radius(value : Number) : void
{
    _radius = value; // Error! _bottomRadius = _radius = value;
    invalidateGeometry();
}

Original issue reported on code.google.com by System.g...@gmail.com on 5 Apr 2011 at 12:18

GoogleCodeExporter commented 8 years ago
radius property has now been fixed.

Original comment by caldwel...@googlemail.com on 5 Apr 2011 at 12:58