首页 > 文档 > endCamera()关闭相机
2017
08-05

endCamera()关闭相机

Name

endCamera()关闭相机

   

Examples

endCamera()关闭相机 - 第1张  | Processing编程艺术endCamera()关闭相机 - 第2张  | Processing编程艺术endCamera()关闭相机 - 第3张  | Processing编程艺术

size(100, 100, P3D);

noFill();

 

beginCamera();

camera();

rotateX(-PI/6);

endCamera();

 

translate(50, 50, 0);

rotateY(PI/3);

box(45);

Description

The beginCamera() and endCamera() functions enable advanced customization of the camera space. Please see the reference for beginCamera() for a description of how the functions are used.

beginCamera () endCamera () 函数允许对照相机空间进行高级自定义。有关如何使用函数的说明, 请参见 beginCamera () 的参考。

Syntax

endCamera()

Returns

void

Related

beginCamera()
camera()



最后编辑:
作者:卡萨布兰卡
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。