diff options
Diffstat (limited to 'o3d/plugin')
-rw-r--r-- | o3d/plugin/idl/texture.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/plugin/idl/texture.idl b/o3d/plugin/idl/texture.idl index 062fe57..d74a386 100644 --- a/o3d/plugin/idl/texture.idl +++ b/o3d/plugin/idl/texture.idl @@ -228,6 +228,7 @@ namespace o3d { \param y The y coordinate of the area in the texture to retrieve. \param width The width of the area to retrieve. \param height The height of the area to retrieve. + \return Array of pixel values. %] [nocpp, userglue] float[] GetRect(int level, @@ -370,6 +371,7 @@ namespace o3d { \param y The y coordinate of the area in the texture to retrieve. \param width The width of the area to retrieve. \param height The height of the area to retrieve. + \return Array of pixel values. %] [nocpp, userglue] float[] GetRect(CubeFace face, |