首页 > comp > gb.opengl.glu > glu > ortho2d 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  搜索  管理  
文档  
警告! 该页面未翻译。  参见英文版 
Glu.Ortho2D (gb.opengl.glu)
Static Sub Ortho2D ( Left As Float, Right As Float, Bottom As Float, Top As Float )

Define a 2D orthographic projection matrix.

Parameters

left, right

Specify the coordinates for the left and right vertical clipping planes.

bottom, top

Specify the coordinates for the bottom and top horizontal clipping planes.

Description

Glu.Ortho2D sets up a two-dimensional orthographic viewing region. This is equivalent to calling Gl.Ortho with near = -1 and far = 1 .

参见

Gl.Ortho, Glu.Perspective

See original documentation on OpenGL website