27 lines
No EOL
1 KiB
HTML
27 lines
No EOL
1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Cn3d-view-settings</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>Cn3d-view-settings</h3><pre>Defined in file <a href="cn3d.asn.html">cn3d.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCn3d__view__settings.html">CCn3d_view_settings</a>
|
|
|
|
|
|
Cn3d-view-settings ::= SEQUENCE {
|
|
camera-distance REAL, -- camera on +Z axis this distance from origin
|
|
camera-angle-rad REAL, -- camera angle
|
|
camera-look-at-X REAL, -- X,Y of point in Z=0 plane camera points at
|
|
camera-look-at-Y REAL,
|
|
camera-clip-near REAL, -- distance of clipping planes from camera
|
|
camera-clip-far REAL,
|
|
matrix <a href="Cn3d-GL-matrix.html">Cn3d-GL-matrix</a>, -- transformation of objects in the scene
|
|
rotation-center <a href="Cn3d-vector.html">Cn3d-vector</a> -- center of rotation of whole scene
|
|
}</pre>
|
|
</body>
|
|
</html> |