1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title> Maverick Model 3D Help - <TMPL_VAR name="PAGE_TITLE"> </title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
@media (prefers-color-scheme: dark) {
body {
background: #2d2d2d;
color: #eeeeec;
}
li::marker {
color: #eeeeec;
}
a {
color: #3584e4;
}
a:visited {
color: green;
}
a:active {
color: yellow;
}
hr {
border: 1px solid #1e1e1e;
}
}
</style>
</head>
<body>
<TMPL_VAR name="PAGE_CONTENT">
<hr/>
<center>
[
<a href="olh_index.html">Contents</a>
|
<a href="olh_detailsindex.html">Introduction</a>
|
<a href="olh_tools.html">Tools</a>
|
<a href="olh_commands.html">Geometry Menu</a>
]
<br/>
Copyright © 2004-2008, Kevin Worcester
<br/>
Copyright © 2015-2024, Zack Middleton
</center>
</body></html>
|