Table of Contents

Class TessellationAttribute

Namespace
Polygonal

A TessellationAttribute is an attribute applied to the elements of the tessellation. It can be normals, texture coordinates, patches or more advanced types like visibility attributes, curvatures attributes, etc...

Base class: Entity

Derived classes:

classDiagram
    class TessellationAttribute
    Entity <|-- TessellationAttribute
        TessellationAttribute <|-- Patch
    Patch : +core.Ident Id
    Patch : +core.String Name
    Patch : +core.Entity Tessellation
        TessellationAttribute <|-- UVCoord
    UVCoord : +core.Ident Id
    UVCoord : +core.String Name
    UVCoord : +core.Entity Tessellation

Functions accepting this type or a list of this type as a parameter:

TessellationAttribute