2013-07-04 17:47:56 +00:00
|
|
|
<!--
|
2013-09-26 19:04:57 +00:00
|
|
|
Copyright 2013 Pixar
|
2014-09-05 22:07:46 +00:00
|
|
|
|
2013-09-26 19:04:57 +00:00
|
|
|
Licensed under the Apache License, Version 2.0 (the "Apache License")
|
|
|
|
with the following modification; you may not use this file except in
|
|
|
|
compliance with the Apache License and the following modification to it:
|
|
|
|
Section 6. Trademarks. is deleted and replaced with:
|
2014-09-05 22:07:46 +00:00
|
|
|
|
2013-09-26 19:04:57 +00:00
|
|
|
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 to comply with Section 4(c) of
|
|
|
|
the License and to reproduce the content of the NOTICE file.
|
2014-09-05 22:07:46 +00:00
|
|
|
|
2013-09-26 19:04:57 +00:00
|
|
|
You may obtain a copy of the Apache License at
|
2014-09-05 22:07:46 +00:00
|
|
|
|
2013-09-26 19:04:57 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2014-09-05 22:07:46 +00:00
|
|
|
|
2013-09-26 19:04:57 +00:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the Apache License with the above modification is
|
|
|
|
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the Apache License for the specific
|
|
|
|
language governing permissions and limitations under the Apache 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>
|
2014-09-05 22:07:46 +00:00
|
|
|
<ul>
|
2014-11-13 21:57:34 +00:00
|
|
|
<li><a href="license.html">License</a></li>
|
2014-09-05 22:07:46 +00:00
|
|
|
<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>
|
2014-11-13 21:57:34 +00:00
|
|
|
<li><a href="roadmap.html">Roadmap</a></li>
|
2014-09-05 22:07:46 +00:00
|
|
|
</ul>
|
2015-06-09 20:21:03 +00:00
|
|
|
<p></p>
|
2015-06-18 03:19:14 +00:00
|
|
|
<li><a href="intro_30.html">Introduction to 3.0</a></li>
|
2015-06-16 03:16:47 +00:00
|
|
|
<ul>
|
2015-06-20 02:26:32 +00:00
|
|
|
<li><a href="intro_30.html">Release 3.0</a></li>
|
2015-06-16 03:16:47 +00:00
|
|
|
<li><a href="porting.html">Porting Guide: 2.0 to 3.0</a></li>
|
2015-06-18 03:19:14 +00:00
|
|
|
<li><a href="compatibility.html">Subdivision Compatibility</a></li>
|
2015-06-16 03:16:47 +00:00
|
|
|
</ul>
|
2015-06-09 20:21:03 +00:00
|
|
|
<p></p>
|
2013-07-04 17:47:56 +00:00
|
|
|
<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>
|
2014-09-05 22:07:46 +00:00
|
|
|
<li><a href="subdivision_surfaces.html#arbitrary-topology">Topology</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>
|
2015-06-19 23:23:25 +00:00
|
|
|
<li><a href="subdivision_surfaces.html#boundary-interpolation-rules">Boundary Interpolation</a></li>
|
|
|
|
<li><a href="subdivision_surfaces.html#semi-sharp-creases">Semi-Sharp Creases</a></li>
|
2015-06-18 22:21:43 +00:00
|
|
|
<li><a href="mod_notes.html">Modeling Tips</a></li>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2014-09-05 22:07:46 +00:00
|
|
|
<p></p>
|
2015-06-19 21:09:11 +00:00
|
|
|
<li><a href="api_overview.html">OpenSubdiv</a>
|
2013-07-04 17:47:56 +00:00
|
|
|
<ul>
|
2014-09-05 22:07:46 +00:00
|
|
|
<li><a href="api_overview.html">API Overview</a>
|
2015-06-18 22:11:04 +00:00
|
|
|
<li><a href="sdc_overview.html">Sdc</a></li>
|
|
|
|
<li><a href="vtr_overview.html">Vtr</a></li>
|
2014-09-05 22:07:46 +00:00
|
|
|
<li><a href="far_overview.html">Far</a></li>
|
|
|
|
<ul>
|
2014-11-18 23:55:14 +00:00
|
|
|
<li><a href="far_overview.html#far-topologyrefiner">Topology Refiner</a></li>
|
2015-06-19 23:23:25 +00:00
|
|
|
<li><a href="far_overview.html#far-primvarrefiner">Primvar Refiner</a></li>
|
2015-05-22 18:50:01 +00:00
|
|
|
<li><a href="far_overview.html#far-patchtable">Patch Table</a></li>
|
|
|
|
<li><a href="far_overview.html#far-stenciltable">Stencil Table</a></li>
|
2014-09-05 22:07:46 +00:00
|
|
|
</ul>
|
2015-06-18 22:11:04 +00:00
|
|
|
<li><a href="osd_overview.html">Osd</a></li>
|
|
|
|
<ul>
|
|
|
|
<li><a href="osd_shader_interface.html">Shader Interface</a></li>
|
|
|
|
</ul>
|
2014-09-05 22:07:46 +00:00
|
|
|
</li>
|
|
|
|
<p></p>
|
|
|
|
<li><a href="tutorials.html">Tutorials</a>
|
|
|
|
<p></p>
|
|
|
|
<li><a href="hbr_overview.html">(Hbr)</a></li>
|
|
|
|
<ul>
|
|
|
|
<li><a href="using_osd_hbr.html">(Using Hbr)</a></li>
|
|
|
|
</ul>
|
2013-07-04 17:47:56 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2014-09-05 22:07:46 +00:00
|
|
|
<p></p>
|
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#videos">Videos</a>
|
|
|
|
</ul>
|
2014-09-05 22:07:46 +00:00
|
|
|
<p></p>
|
2013-07-04 17:47:56 +00:00
|
|
|
<li><a href="release_notes.html">Release Notes</a>
|
2014-09-05 22:07:46 +00:00
|
|
|
<p></p>
|
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>
|