2013-07-04 17:47:56 +00:00
|
|
|
<!--
|
2013-07-18 22:11:47 +00:00
|
|
|
Copyright 2013 Pixar
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License
|
|
|
|
and the following modification to it: Section 6 Trademarks.
|
|
|
|
deleted and replaced with:
|
|
|
|
|
|
|
|
6. Trademarks. This License does not grant permission to use the
|
|
|
|
trade names, trademarks, service marks, or product names of the
|
|
|
|
Licensor and its affiliates, except as required for reproducing
|
|
|
|
the content of the NOTICE file.
|
|
|
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
|
|
|
either express or implied. See the License for the specific
|
|
|
|
language governing permissions and limitations under the
|
|
|
|
License.
|
2013-07-04 17:47:56 +00:00
|
|
|
//-->
|
|
|
|
|
|
|
|
<div class="navigation">
|
|
|
|
<br>
|
|
|
|
<div class="searchBar">
|
|
|
|
<form action="search.html">
|
|
|
|
<input type="text" name="q" id="searchInput" />
|
|
|
|
<input type="button" id="searchButton" onclick="this.form.submit();" value="Search" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<div class="quickLinks">
|
|
|
|
<ul>
|
|
|
|
<li><a href="intro.html">Introduction</a></li>
|
|
|
|
<li><a href="getting_started.html">Getting Started</a></li>
|
|
|
|
<li><a href="cmake_build.html">Building OpenSubdiv</a></li>
|
|
|
|
<li><a href="code_examples.html">Code Examples</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html">Subdivision Surfaces</a>
|
|
|
|
<ul>
|
2013-07-08 01:20:46 +00:00
|
|
|
<li><a href="subdivision_surfaces.html#introduction">Introduction</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html#manifold-geometry">Topology</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html#semi-sharp-creases">Semi-Sharp Creases</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html#hierarchical-edits">Hierarchical Edits</a></li>
|
2013-07-30 02:14:19 +00:00
|
|
|
<li><a href="subdivision_surfaces.html#uniform-subdivision">Uniform</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html#feature-adaptive-subdivision">Feature Adaptive</a></li>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2013-07-08 01:20:46 +00:00
|
|
|
<li><a href="api_overview.html">APIs Overview</a>
|
2013-07-04 17:47:56 +00:00
|
|
|
<ul>
|
2013-07-30 02:14:19 +00:00
|
|
|
<li><a href="hbr_overview.html">Hbr</a></li>
|
|
|
|
<li><a href="far_overview.html">Far</a></li>
|
2013-09-11 23:05:14 +00:00
|
|
|
<ul>
|
|
|
|
<li><a href="far_overview.html#subdivision-tables">Subdivision Tables</a></li>
|
|
|
|
<li><a href="far_overview.html#patch-tables">Patch Tables</a></li>
|
|
|
|
<li><a href="far_overview.html#stencil-tables">Stencil Tables</a></li>
|
|
|
|
</ul>
|
2013-07-30 02:14:19 +00:00
|
|
|
<li><a href="osd_overview.html">Osd</a></li>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2013-07-08 01:20:46 +00:00
|
|
|
<li><a href="using_osd.html">Using OpenSubdiv</a>
|
2013-07-04 17:47:56 +00:00
|
|
|
<ul>
|
2013-07-08 01:20:46 +00:00
|
|
|
<li><a href="using_osd_compile.html#compiling-linking">Compiling & Linking</a></li>
|
|
|
|
<li><a href="using_osd_hbr.html">Manipulating Topology</a></li>
|
|
|
|
<li><a href="using_osd.html">Writing Shaders</a></li>
|
|
|
|
<li><a href="using_osd_textures.html">Textures</a></li>
|
|
|
|
<li><a href="using_osd.html">Primitive Batching</a></li>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2013-09-14 15:34:27 +00:00
|
|
|
<li><a href="additional_resources.html">Additional Resources</a>
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://graphics.pixar.com/opensubdiv/forum.html">Forum</a>
|
|
|
|
<li><a href="additional_resources.html#links">Links</a>
|
|
|
|
<li><a href="additional_resources.html#tutorials">Tutorials</a>
|
|
|
|
<li><a href="additional_resources.html#videos">Videos</a>
|
|
|
|
</ul>
|
2013-07-04 17:47:56 +00:00
|
|
|
<li><a href="release_notes.html">Release Notes</a>
|
2013-07-05 22:36:54 +00:00
|
|
|
<li><a href="doxy_html/index.html" target="_blank">Doxygen</a></li>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
</div>
|