raytrace.html

来自「一个由Mike Gashler完成的机器学习方面的includes neural」· HTML 代码 · 共 33 行

HTML
33
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head></head><body><div style="text-align: center;"><big style="font-weight: bold;"><big>RayTrace Demo</big></big><br></div><br><table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2">  <tbody>    <tr>      <td style="vertical-align: top;">This is a demo of the GRayTraceclass. It lets you pick a ".rib" file, and then it ray-traces thescene. If you check the "High Quality" box, it will take much longer,so don't check that box unless you have plenty of time.<br>      <br>My ".rib" parser doesn't support all the features of the ".rib" fileformat, so it might not be able to load your own ".rib" files. This isjust a demo. If you want to turn it into a usable tool, feel free to doso.<br>      </td>      <td style="vertical-align: top; text-align: right;"><img alt="" src="RayTrace.png" style="width: 396px; height: 350px;"><br>      </td>    </tr>  </tbody></table><br></body></html>

⌨️ 快捷键说明

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