Merge pull request #654 from davidgyu/releaseDocs

Changed most .impnotip doc notes to .notebox
This commit is contained in:
George ElKoura 2015-06-19 14:48:13 -07:00
commit 5235f9f189
4 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ shapes. Multiple controls are available to experiment with the algorithms.
:align: center
:target: images/dxviewer.png
.. container:: impnotip
.. container:: notebox
* **Note:**

View File

@ -197,7 +197,7 @@ serializes the sub-faces into collections of bi-linear and bi-cubic patches as
dictated by the refinement mode (uniform or adaptive). The patches are then
sorted into arrays based on their types.
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**
@ -328,7 +328,7 @@ with many fewer patches than would be needed otherwise. A single-crease
patch is a variation of a regular BSpline patch with one additional crease
sharpness parameter.
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**
@ -348,7 +348,7 @@ adaptively to the points of the coarse mesh. However, the final patches
generated from irregular faces, e.g. patches incident on an extraordinary
vertex might have a representation which requires additional local points.
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**
@ -367,7 +367,7 @@ Legacy Gregory patches are used, the PatchTable must also have an alternative
representation of the mesh topology encoded as a vertex valence table
and a quad offsets table.
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**

View File

@ -140,7 +140,7 @@ control vertices and local points are resolved by the stencil evaluation.
| | | (*)not yet supported | |
+-----------------------------+-------------------------+-------------------------+
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**

View File

@ -234,7 +234,7 @@ See osd/glslPatchBSpline.glsl for more detail.
out vec4 tessLevelOuter, out vec2 tessLevelInner,
out vec4 tessOuterLo, out vec4 tessOuterHi)
.. container:: impnotip
.. container:: notebox
**Release Notes (3.0.0)**