GeomPatches
from panda3d.core import GeomPatches
- class GeomPatches
Bases:
Bases:
GeomPrimitive
Defines a series of “patches”, fixed-size groupings of vertices that must be processed by a tessellation shader.
Inheritance diagram
- __init__(copy: GeomPatches)
- __init__(num_vertices_per_patch: int, usage_hint: UsageHint)
The number of vertices per patch must be specified to the
GeomPatches
constructor, and it may not be changed during the lifetime of theGeomPatches
object. Create a newGeomPatches
if you need to have a different value.
- static getClassType() TypeHandle