armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
PolyRenderMode
armos
graphics
renderer
ポリゴンのレンダリング方法を表します
Values
Value
Meaning
Points
GL_POINTS
頂点のみ描画します.
WireFrame
GL_LINE
線のみ描画します.
Fill
GL_FILL
面を塗りつぶして描画します.
Meta
Source
See Implementation
armos
graphics
renderer
classes
Renderer
enums
BlendMode
MatrixMode
PolyRenderMode
PrimitiveMode
functions
background
blendMode
clear
color
currentFbo
currentMaterial
currentRenderer
currentStyle
disableDepthTest
disableUsingFbo
drawAxis
drawGrid
drawGridPlane
drawLine
drawRectangle
enableDepthTest
enableUsingFbo
fillBackground
frustumMatrix
isBackgrounding
isUsingDepthTest
isUsingFbo
lineWidth
lookAtViewMatrix
modelViewProjectionMatrix
perspectiveMatrix
popMaterialStack
popMatrix
popStyle
pushMaterialStack
pushMatrix
pushStyle
rotate
rotationMatrix
samples
scale
scalingMatrix
scopedModelMatrix
scopedProjectionMatrix
scopedTextureMatrix
scopedViewMatrix
screenPerspectiveMatrix
style
translate
translationMatrix
viewport
mixins
__anonymous
ポリゴンのレンダリング方法を表します