Browse Source

渲染测式 案例 开发

master
yuanjiajia 1 year ago
parent
commit
e1206f37da
  1. 8
      examples/renderTest.php

8
examples/renderTest.php

@ -271,10 +271,10 @@ $rotation = $taskCamera->rotation;
$camera = new camera\Perspective( $camera = new camera\Perspective(
[ [
'autovolumeEnable' => 0, 'autovolumeEnable' => 0,
'lookatOrig' => "-2.35066 -2.836523 1.320677",
'lookatTarget' => "-1.718711 -2.091566 1.106953",
'up' => "0.1382576 0.1629814 0.976894",
'screenwindow' => "-1 1 -0.5625 0.5625",
'lookatOrig' => "-2 -3 1.4",
'lookatTarget' => "-1.460702 -2.185458 1.186276",
'up' => "0.1179874 0.1782052 0.976894",
'screenwindow' => "-1 1 -1 1",
'autofocusEnable' => 0, 'autofocusEnable' => 0,
'fieldofview' => 39.59776, 'fieldofview' => 39.59776,
'cliphither' => 0.1, 'cliphither' => 0.1,

Loading…
Cancel
Save