|
Panda3D
|
A parametric surface of some kind. More...
Public Member Functions | |
| int | getUSubdiv () |
| Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions have been requested. | |
| int | getVSubdiv () |
| Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions have been requested. | |
| EggSurface | operator= (EggSurface const copy) |
| setUSubdiv (int subdiv) | |
| Sets the number of subdivisions in the U direction that will be requested across the surface. | |
| setVSubdiv (int subdiv) | |
| Sets the number of subdivisions in the U direction that will be requested across the surface. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
A parametric surface of some kind.
See EggNurbsSurface.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EggPrimitive.
Reimplemented in EggNurbsSurface.
| int getUSubdiv | ( | ) |
Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions have been requested.
| int getVSubdiv | ( | ) |
Returns the requested number of subdivisions in the U direction, or 0 if no particular subdivisions have been requested.
| EggSurface operator= | ( | EggSurface const | copy | ) |
| setUSubdiv | ( | int | subdiv | ) |
Sets the number of subdivisions in the U direction that will be requested across the surface.
(This doesn't necessary guarantee that this number of subdivisions will be made; it's just a hint to any surface renderer or quick tesselator.) Set the number to 0 to disable the hint.
| setVSubdiv | ( | int | subdiv | ) |
Sets the number of subdivisions in the U direction that will be requested across the surface.
(This doesn't necessary guarantee that this number of subdivisions will be made; it's just a hint to any surface renderer or quick tesselator.) Set the number to 0 to disable the hint.
1.7.3