PolyRenderMode

ポリゴンのレンダリング方法を表します

Values

ValueMeaning
PointsGL_POINTS

頂点のみ描画します.

WireFrameGL_LINE

線のみ描画します.

FillGL_FILL

面を塗りつぶして描画します.

Meta