Hello,
I am trying all primitives out… and those two classes looks very weird…
They both do the same thing… they add wireframe plane… but:
-WireframeGrid has documentation! WireframePlane does not…
-WireframeGrid extends SegmentSet… witch is wierd.. because all other wireframe classes (including WireframePlane ) extends WireframePrimitiveBase.
-WireframeGrid has constructor argunets : thickness:Number = 1, color:uint = 0xFFFFFF, WireframePlane has… color:uint = 0xFFFFFF, thickness:Number = 1… diferent order… all other wireframe classes use same order as WireframePlane.
- Default WireframeGrid orentation is “xz” (standart default orentation for plane in 3d world.. ) but WireframePlane has “yz”...
So both classes do the same thing.. but both has consistency errors with rest of wireframe implementation…
Do they need to exist both?
Is it possibel to fix standartization errors?