首页 > 文档 > printCamera()打印相机矩阵
2017
08-07

printCamera()打印相机矩阵

Name

printCamera()打印相机矩阵

   

Examples

size(100, 100, P3D);

printCamera();

 

// The program above prints this data:

// 01.0000 00.0000 00.0000 -50.0000

// 00.0000 01.0000 00.0000 -50.0000

// 00.0000 00.0000 01.0000 -86.6025

// 00.0000 00.0000 00.0000 01.0000

Description

Prints the current camera matrix to the Console (the text window at the bottom of Processing).

将当前相机矩阵打印到控制台 (处理底部的文本窗口)

Syntax

printCamera()

Returns

void

Related

camera()



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

留下一个回复

你的email不会被公开。