|
Blender V5.0
|
#include <patch.h>
Inherits Patch.
Public Member Functions | |
| void | eval (float3 *P, float3 *dPdu, float3 *dPdv, float3 *N, const float u, float v) const override |
| BoundBox | bound () |
| Public Member Functions inherited from Patch | |
| Patch ()=default | |
| virtual | ~Patch ()=default |
Public Attributes | |
| float3 | hull [16] |
| Public Attributes inherited from Patch | |
| int | patch_index = 0 |
| int | shader = 0 |
| bool | smooth = true |
| bool | from_ngon = false |
| BoundBox BicubicPatch::bound | ( | ) |
Definition at line 108 of file patch.cpp.
References BoundBox::empty, BoundBox::grow(), hull, and i.
| float3 BicubicPatch::hull[16] |