H3D API
2.4.1
|
This abstract interface is inherited by all nodes that contains an SFImage object with an Image containing data. More...
#include <H3D/H3DImageObject.h>
Classes | |
class | SFImage |
The SFImage field is a field containing an Image pointer. More... | |
Public Member Functions | |
H3DImageObject (Inst< SFImage > _image=0) | |
Constructor. | |
Public Attributes | |
H3DUniquePtr< SFImage > | image |
Field containing the Image to use as a texture. | |
This abstract interface is inherited by all nodes that contains an SFImage object with an Image containing data.
The data can be used for e.g. texturing or volume haptics rendering.