![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
This is the complete list of members for ramses::RamsesUtils, including all inherited members.
CreateTextureResourceFromPng(const char *pngFilePath, Scene &scene, const TextureSwizzle &swizzle={}, const char *name=nullptr) | ramses::RamsesUtils | static |
CreateTextureResourceFromPngBuffer(const std::vector< unsigned char > &pngData, Scene &scene, const TextureSwizzle &swizzle={}, const char *name=nullptr) | ramses::RamsesUtils | static |
DeleteGeneratedMipMaps(MipLevelData *&data, uint32_t mipMapCount) | ramses::RamsesUtils | static |
DeleteGeneratedMipMaps(CubeMipLevelData *&data, uint32_t mipMapCount) | ramses::RamsesUtils | static |
GenerateMipMapsTexture2D(uint32_t width, uint32_t height, uint8_t bytesPerPixel, uint8_t *data, uint32_t &mipMapCount) | ramses::RamsesUtils | static |
GenerateMipMapsTextureCube(uint32_t faceWidth, uint32_t faceHeight, uint8_t bytesPerPixel, uint8_t *data, uint32_t &mipMapCount) | ramses::RamsesUtils | static |
GetNodeId(const Node &node) | ramses::RamsesUtils | static |
LoadSceneFromMemory(RamsesClient &client, std::unique_ptr< unsigned char[]> data, size_t size, bool localOnly) | ramses::RamsesUtils | inlinestatic |
SaveImageBufferToPng(const std::string &filePath, const std::vector< uint8_t > &imageData, uint32_t width, uint32_t height) | ramses::RamsesUtils | static |
SaveImageBufferToPng(const std::string &filePath, std::vector< uint8_t > &imageData, uint32_t width, uint32_t height, bool flipImageBufferVertically) | ramses::RamsesUtils | static |
SetPerspectiveCameraFrustumToDataObjects(float fov, float aspectRatio, float nearPlane, float farPlane, DataVector4f &frustumPlanesData, DataVector2f &nearFarPlanesData) | ramses::RamsesUtils | static |
TryConvert(const RamsesObject &obj) | ramses::RamsesUtils | static |
TryConvert(RamsesObject &obj) | ramses::RamsesUtils | static |