armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
screenPerspectiveMatrix
armos
graphics
renderer
armos
.
math
.
Matrix4f
screenPerspectiveMatrix
(float width, float height, float fov, float nearDist, float farDist)
armos.math.Matrix4f
screenPerspectiveMatrix
(
in
float
width
,
in
float
height
,
in
float
fov
= 60
,
in
float
nearDist
= 0
,
in
float
farDist
= 0
)
armos
.
math
.
Matrix4f
screenPerspectiveMatrix
(V size, float fov, float nearDist, float farDist)
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