opt_typical_ops.m

来自「Matlab实现光线跟踪算法」· M 代码 · 共 13 行

M
13
字号
function opt_ops = opt_typical_ops()% OPT_TYPICAL_OPS - typical standard options for the ray tracer%   % Calling:% opt_ops = opt_typical_ops()% Copyright B. Gustavsson 20040302opt_ops.plotrays = 1;opt_ops.plotpaus = 0;opt_ops.plotRT = 0;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?