Pretty Poly Editor Documentation
I. PPE Manual - 6. Working with the editor - a. Rendering mode
At the moment there are some checkboxes to influence the rendering-process. The three most important ones are Filled, Wire-frame and back-face, discussed below. There is also texture which means, roughly speaking, that polygons are textured.
- Filled=1 Wire=0
Frontfaced polygons solid.
Backfaced polygons either wireframe or solid depending on the backfaces flag.
Selected polygons (either faced) add yellow wireframe.
- Filled=0 Wire=1
Frontfaced polygons wireframe.
Backfaced polygons either invisible or wireframed depending on the backfaces flag.
Selected polygons add yellow wireframe unless invisible.
- Filled=1 Wire=1
Frontfaced polygons drawn solid AND wireframe.
Backfaced polygons drawn either wireframe or solid AND wireframed depending on the backfaces flag.
Selected polygons (either faced) add yellow wireframe.
That leaves the state when NEITHER button is pushed - which ought (theoretically) to
draw nothing - but that's not too useful so I just treat this as Filled=1, Wire=0.