away3d / away3d-core-openfl

Away3D engine for OpenFL
166 stars 41 forks source link

LinearExtrude subdivision default & minimum 1 #87

Closed damrem closed 7 years ago

damrem commented 7 years ago

LinearExtrude subdivision default & minimum were 3. They're now 1.

peteshand commented 7 years ago

What's the reasoning behind changing the default from 3 to 1?

damrem commented 7 years ago

Minimum has to be 1 so that we can limit polygon count. And by default, we should limit polygon count.

And because of https://github.com/away3d/away3d-core-openfl/issues/86, subdivision greater than 1 does not behave as expected.