diff options
Diffstat (limited to 'o3d/plugin/idl/file_request.idl')
-rw-r--r-- | o3d/plugin/idl/file_request.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/plugin/idl/file_request.idl b/o3d/plugin/idl/file_request.idl index 5e931ce..5b1c9a3 100644 --- a/o3d/plugin/idl/file_request.idl +++ b/o3d/plugin/idl/file_request.idl @@ -76,6 +76,13 @@ namespace o3d { texture. %] [getter=texture] Texture? texture; + + %[ + On completion of successful RawData file loads, this holds the loaded + RawData. + %] + [getter=data] RawData? data; + %[ Whether or not to generate mip-maps on textures that are loaded (default: true). Mip-maps are not generated for DXTC textures. DDS files can contain |