|
| Graphic3d_CubeMapSeparate (const NCollection_Array1< TCollection_AsciiString > &thePaths) |
| Initializes cubemap to be loaded from file. @thePaths - array of paths to separate image files (has to have size equal 6).
|
|
| Graphic3d_CubeMapSeparate (const NCollection_Array1< Handle< Image_PixMap > > &theImages) |
| Initializes cubemap to be set directly from PixMaps. @theImages - array if PixMaps (has to have size equal 6).
|
|
virtual Handle< Image_CompressedPixMap > | CompressedValue (const Handle< Image_SupportedFormats > &theSupported) override |
| Returns current cubemap side as compressed PixMap.
|
|
virtual Handle< Image_PixMap > | Value (const Handle< Image_SupportedFormats > &theSupported) override |
| Returns current side of cubemap as PixMap. Returns null handle if current side or whole cubemap is invalid. All origin images have to have the same sizes, format and quad shapes to form valid cubemap.
|
|
virtual Handle< Image_PixMap > | GetImage (const Handle< Image_SupportedFormats > &) override |
| Returns NULL.
|
|
Standard_Boolean | IsDone () const override |
| Checks if a texture class is valid or not. Returns true if the construction of the class is correct.
|
|
| ~Graphic3d_CubeMapSeparate () |
| Empty destructor.
|
|
| Graphic3d_CubeMap (const TCollection_AsciiString &theFileName, Standard_Boolean theToGenerateMipmaps=Standard_False) |
| Constructor defining loading cubemap from file.
|
|
| Graphic3d_CubeMap (const Handle< Image_PixMap > &thePixmap=Handle< Image_PixMap >(), Standard_Boolean theToGenerateMipmaps=Standard_False) |
| Constructor defining direct cubemap initialization from PixMap.
|
|
Standard_Boolean | More () const |
| Returns whether the iterator has reached the end (true if it hasn't).
|
|
Graphic3d_CubeMapSide | CurrentSide () const |
| Returns current cubemap side (iterator state).
|
|
void | Next () |
| Moves iterator to the next cubemap side. Uses OpenGL cubemap sides order +X -> -X -> +Y -> -Y -> +Z -> -Z.
|
|
void | SetZInversion (Standard_Boolean theZIsInverted) |
| Sets Z axis inversion (vertical flipping).
|
|
Standard_Boolean | ZIsInverted () const |
| Returns whether Z axis is inverted.
|
|
Standard_Boolean | HasMipmaps () const |
| Returns whether mipmaps of cubemap will be generated or not.
|
|
void | SetMipmapsGeneration (Standard_Boolean theToGenerateMipmaps) |
| Sets whether to generate mipmaps of cubemap or not.
|
|
Graphic3d_CubeMap & | Reset () |
| Sets iterator state to +X cubemap side.
|
|
virtual | ~Graphic3d_CubeMap () |
| Empty destructor.
|
|
void | EnableSmooth () |
| enable texture smoothing
|
|
Standard_Boolean | IsSmoothed () const |
| Returns TRUE if the texture is smoothed.
|
|
void | DisableSmooth () |
| disable texture smoothing
|
|
void | EnableModulate () |
| enable texture modulate mode. the image is modulate with the shading of the surface.
|
|
void | DisableModulate () |
| disable texture modulate mode. the image is directly decal on the surface.
|
|
Standard_Boolean | IsModulate () const |
| Returns TRUE if the texture is modulate.
|
|
void | EnableRepeat () |
| use this methods if you want to enable texture repetition on your objects.
|
|
void | DisableRepeat () |
| use this methods if you want to disable texture repetition on your objects.
|
|
Standard_Boolean | IsRepeat () const |
| Returns TRUE if the texture repeat is enable.
|
|
Graphic3d_LevelOfTextureAnisotropy | AnisoFilter () const |
|
void | SetAnisoFilter (const Graphic3d_LevelOfTextureAnisotropy theLevel) |
|
| ~Graphic3d_TextureRoot () |
| Destructor.
|
|
const OSD_Path & | Path () const |
| Returns the full path of the defined texture. It could be empty path if GetImage() is overridden to load image not from file.
|
|
Graphic3d_TypeOfTexture | Type () const |
|
const TCollection_AsciiString & | GetId () const |
| This ID will be used to manage resource in graphic driver.
|
|
Standard_Size | Revision () const |
| Return image revision.
|
|
void | UpdateRevision () |
| Update image revision. Can be used for signaling changes in the texture source (e.g. file update, pixmap update) without re-creating texture source itself (since unique id should be never modified).
|
|
virtual Handle< Image_CompressedPixMap > | GetCompressedImage (const Handle< Image_SupportedFormats > &theSupported) |
| This method will be called by graphic driver each time when texture resource should be created. It is called in front of GetImage() for uploading compressed image formats natively supported by GPU.
|
|
const Handle< Graphic3d_TextureParams > & | GetParams () const |
|
Standard_Boolean | IsColorMap () const |
| Return flag indicating color nature of values within the texture; TRUE by default.
|
|
void | SetColorMap (Standard_Boolean theIsColor) |
| Set flag indicating color nature of values within the texture.
|
|
Standard_Boolean | HasMipmaps () const |
| Returns whether mipmaps should be generated or not.
|
|
void | SetMipmapsGeneration (Standard_Boolean theToGenerateMipmaps) |
| Sets whether to generate mipmaps or not.
|
|
Standard_Boolean | IsTopDown () const |
| Returns whether row's memory layout is top-down.
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor.
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing.
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter.
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual.
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object.
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type.
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName.
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
|
|
Standard_Integer | GetRefCount () const noexcept |
| Get the reference counter of this object.
|
|
void | IncrementRefCounter () noexcept |
| Increments the reference counter of this object.
|
|
Standard_Integer | DecrementRefCounter () noexcept |
| Decrements the reference counter of this object; returns the decremented value.
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes.
|
|