kolibrios-fun/programs/develop/info3ds/doc
IgorA cb9e74fce8 info3ds:
1) added documentation
2) new window for coordinates view

git-svn-id: svn://kolibrios.org@2165 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-09-09 20:55:11 +00:00
..
i3d_110823.png info3ds: 2011-09-09 20:55:11 +00:00
i3d_110909.png info3ds: 2011-09-09 20:55:11 +00:00
readme.htm info3ds: 2011-09-09 20:55:11 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Info 3ds</title>
<meta http-equiv="content-type" content="text/html; charset=WINDOWS-1251">
<style>
body
{
  font-size: 15px;
  font-family: "Bookman Old Style";
  color: black;
  text-align: justify;
  width: 750px;
}
h1 {
  color: white;
  background-color: 808080;
  font-size: 25px;
  text-align: center;
}
h2 { color: green; font-size: 21px; }
h3 { color: green; font-size: 19px; }
h4 { color: #803f00; font-size: 17px; }
i { color: #0099cc; }
b { color: #0099cc; }
p {
  text-indent: 2em;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 0px;
}
ol, ul, dl{
  margin-top: 3px;
  margin-bottom: 2px;
}
</style>
</head>
<body>
<h1>Info 3ds</h1>
<p><b>Info3ds</b> - программа просмотра структуры файлов формата <b>*.3ds</b>. Все файлы <b>*.3ds</b> состоят из определенных блоков, в которых находится информация о объектах сцены. В программе слева в виде дерева показана структура блоков в файле, а справа выбранный блок показывается в шестнадцатеричном виде. Для просмотра этих файлов в 3-х мерном виде используйте программу <i>View3ds</i>.</p>

<img src="i3d_110823.png">
<p>Рис. 1. Внешний вид программы</p>

<p>Координаты вершин объекта можно просматривать в виде дробных чисел. Для просмотра координат нужно (см. рис. 2):</p>
<p>1) веделить блок с кодом <b>4110</b> (в русской версии подписан как <b>Список вершин</b>),</p>
<p>2) нажать кнопку на панели инструментов.</p>
<img src="i3d_110909.png">
<p>Рис. 2. Просмотр координат вершин объекта</p>

<h2>Автор</h2>
<p>IgorA</p>

</body>
</html>