/
stud_22-365
/
GLXEngine
Обзор
Документация
Войти
/
stud_22-365
/
GLXEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/Demos/graph/aGraph.htm
138 строк
4 KB
glscene
Update aGraph.htm
17 фев 2024, 18:30
17 фев 2024, 18:30
3340e5a
Код
Авторство
О чём код?
<html> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta name=Generator content="Microsoft Word 15 (filtered)"> <title>Graphs demos</title> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman",serif;} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {mso-style-link:"\0422\0435\043A\0441\0442 \0417\043D\0430\043A"; margin-right:0cm; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman",serif;} p.msonormal0, li.msonormal0, div.msonormal0 {mso-style-name:msonormal; margin-right:0cm; margin-left:0cm; font-size:12.0pt; font-family:"Times New Roman",serif;} span.a {mso-style-name:"\0422\0435\043A\0441\0442 \0417\043D\0430\043A"; mso-style-link:\0422\0435\043A\0441\0442; font-family:Consolas;} p.msochpdefault, li.msochpdefault, div.msochpdefault {mso-style-name:msochpdefault; margin-right:0cm; margin-left:0cm; font-size:10.0pt; font-family:"Times New Roman",serif;} .MsoChpDefault {font-size:10.0pt;} @page WordSection1 {size:595.3pt 841.9pt; margin:2.0cm 42.5pt 2.0cm 3.0cm;} div.WordSection1 {page:WordSection1;} /* List Definitions */ ol {margin-bottom:0cm;} ul {margin-bottom:0cm;} --> </style> </head> <body bgcolor=white lang=RU link=blue vlink=purple> <div class=WordSection1> <p class=MsoPlainText><b><span lang=FR style='font-size:13.5pt;font-family: "Courier New"'>Graph :</span></b></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal><span lang=FR><a href="fxy/FxyD.dpr"><b>Fxy</b></a><b> :</b></span></li> <ul style='margin-top:0cm' type=circle> <li class=MsoNormal><span lang=FR>plotting a z=f(x, y) function using TGLHeightField</span></li> <li class=MsoNormal><span lang=FR>using TXYZGrid as graph grid</span></li> </ul> </ul> <p class=MsoNormal><img border=0 width=463 height=357 src=fxy/Fxy.jpg></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal><span lang=FR><a href="heightfield/HeightFieldD.dpr"><b>Height Field</b></a><b> :</b></span></li> <ul style='margin-top:0cm' type=circle> <li class=MsoNormal><span lang=FR>more advanced uses for TGLHeightField (resolution changes, color, lighting...)</span></li> <li class=MsoNormal><span lang=FR>using TGLHeightField to plot a dynamic f(x, y) function</span></li> </ul> </ul> <p class=MsoNormal><img border=0 width=457 height=306 src=heightfield/HeightField.jpg></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal><span lang=FR><a href="splines/SplinesD.dpr"><b>Splines</b></a><b> :</b></span></li> <ul style='margin-top:0cm' type=circle> <li class=MsoNormal><span lang=FR>basic spline use with color interpolation</span></li> <li class=MsoNormal><span lang=FR>using the camera in orthogonal mode for rendering 2D graphs</span></li> </ul> </ul> <p class=MsoNormal><img border=0 width=460 height=283 src=splines/Splines.jpg></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal><span lang=FR><a href="points/PointsD.dpr"><b>Points</b></a><b> :</b></span></li> <ul style='margin-top:0cm' type=circle> <li class=MsoNormal><span lang=FR>rendering clouds of points with TGLPoints</span></li> <li class=MsoNormal><span lang=FR>point paramaters</span></li> </ul> </ul> <p class=MsoNormal><img border=0 width=468 height=386 src=points/Points.jpg></p> <ul style='margin-top:0cm' type=disc> <li class=MsoNormal><span lang=FR><a href="projection/ProjectionD.dpr"><b>Projection</b></a><b> :</b></span></li> <ul style='margin-top:0cm' type=circle> <li class=MsoNormal><span lang=FR>connecting graph points to their projection plane</span></li> <li class=MsoNormal><span lang=FR>using parallel projection matrices</span></li> <li class=MsoNormal><span lang=FR>blending direct OpenGL with other scene objects</span></li> </ul> </ul> <p class=MsoNormal><img border=0 width=469 height=380 src=projection/Projection.jpg></p> <p class=MsoNormal><span lang=FR><a href="../demos.htm">Back</a></span></p> </div> </body> </html>