VRay SDK for C++
|
This is the complete list of members for VRay::Proxy, including all inherited members.
createCombinedMeshFile(const std::vector< Plugin > &geomMeshPlugins, const std::vector< Transform > *transforms, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createCombinedMeshFile(const std::vector< Plugin > &geomMeshPlugins, const std::vector< AnimatedTransform > &animTransforms, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createCombinedMeshFile(const std::vector< MeshFileData > &data, const std::vector< Transform > *transforms, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createCombinedMeshFile(const std::vector< MeshFileData > &data, const std::vector< AnimatedTransform > &animTransforms, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createMeshFile(const Plugin &geomMeshPlugin, const Transform *transform, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createMeshFile(const Plugin &geomMeshPlugin, const AnimatedTransform &animTransform, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createMeshFile(const MeshFileData &data, const Transform *transform, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
createMeshFile(const MeshFileData &data, const AnimatedTransform &animTransform, const ProxyCreateParams ¶ms) | VRay::Proxy | static |
readFullData(const Plugin &proxyPlugin, ProxyReadData &readData) | VRay::Proxy | static |
readFullData(const ProxyReadParams ¶ms, ProxyReadData &readData) | VRay::Proxy | static |
readPreviewData(const Plugin &proxyPlugin, ProxyReadData &readData) | VRay::Proxy | static |
readPreviewData(const ProxyReadParams ¶ms, ProxyReadData &readData) | VRay::Proxy | static |
readPreviewGeometry(const Plugin &proxyPlugin, VectorList &vertices, IntList &indices, int countHint=0) | VRay::Proxy | static |
readPreviewGeometry(const ProxyReadParams ¶ms, VectorList &vertices, IntList &indices, int countHint=0) | VRay::Proxy | static |
readPreviewHair(const Plugin &proxyPlugin, VectorList &vertices, IntList &lengths, int countHint=0) | VRay::Proxy | static |
readPreviewHair(const ProxyReadParams ¶ms, VectorList &vertices, IntList &lengths, int countHint=0) | VRay::Proxy | static |
readPreviewParticles(const Plugin &proxyPlugin, VectorList &positions, int countHint=0) | VRay::Proxy | static |
readPreviewParticles(const ProxyReadParams ¶ms, VectorList &positions, int countHint=0) | VRay::Proxy | static |