Main Page Class Hierarchy Compound List Compound Members Related Pages
BumpmapNormal Class ReferenceThis object implements a Normal.
More...
#include <Normal.h>
Inheritance diagram for BumpmapNormal
[legend]Collaboration diagram for BumpmapNormal:
[legend]List of all members.
Public Types |
| enum | { PROPERTY_BUMPMAP = 0x0200,
PROPERTY_SIZE = 0x0201
} |
Public Methods |
|
| DECLARE_CLASS (BumpmapNormal,Normal) |
|
| BumpmapNormal () |
|
virtual | ~BumpmapNormal () |
|
virtual void | setProperty (int nProperty,const Variant &vValue) |
|
virtual void | getProperty (int nProperty,Variant &vValue)const |
|
virtual void | acceptOperation (Visitor *pVisitor) |
|
void | setBumpmap (Bumpmap *newBumpmap) |
|
virtual Vector3 | getNormalVector (const Vector3 &normalVector,const Vector3 &point) |
Protected Attributes |
|
<Bumpmap> | bumpmap |
|
double | size |
Detailed Description
This object implements a Normal.
The disortion at a given point is calculated within a pattern object. -
See also:
-
Normal , Pattern
-
Author(s):
-
Stefan Michel
The documentation for this class was generated from the following file:
|