5 parent=
"AttachmentContainer"
7 pointerfieldtypes=
"both"
10 parentsystemcomponent=
"true"
12 useLocalIncludes=
"false"
13 fieldsUnmarkedOnCreate=
"(ComponentSizeFieldMask | SideSizeFieldMask | FrameSizeFieldMask)"
15 docGroupBase=
"GrpSystemImage"
18 1D/
2D/
3D Image with various pixel types data, optionally also can hold
19 mipMap and simple multi-frame data.
27 category=
"parentpointer"
38 Image dimension,
0 for invalid,
1 for
1D,
2 for
2D and
3 for
3D data.
75 Bytes of data per pixel.
94 The number of frames in the data.
100 visibility=
"external"
104 Time between frames. Determines the frame rate.
110 visibility=
"external"
111 defaultValue=
"Image::OSG_INVALID_PF"
119 visibility=
"external"
122 The pixel data buffer. This is where the data for the image is stored.
128 visibility=
"internal"
137 visibility=
"external"
146 visibility=
"external"
147 defaultValue=
"GL_UNSIGNED_BYTE"
148 defaultHeader=
""OSGGL.h""
157 visibility=
"internal"
161 Size (in byte) of a single component of the image. Necessary
162 for High Dynamic Range and other higher-level image types.
168 visibility=
"external"
177 visibility=
"internal"
183 name=
"forceCompressedData"
186 visibility=
"external"
190 Set to true if using the image to keep unknown data for textures.
191 Generally used in conjunction with TextureChunk::externalFormat.
194 name=
"forceAlphaChannel"
197 visibility=
"external"
201 Set to true if using the image to keep unknown data for textures.
202 Generally used in conjunction with TextureChunk::externalFormat.
205 name=
"forceColorChannel"
208 visibility=
"external"
212 Set to true if using the image to keep unknown data for textures.
213 Generally used in conjunction with TextureChunk::externalFormat.
216 name=
"forceAlphaBinary"
219 visibility=
"external"
223 Set to true if using the image to prevent depth sorting for
224 SimpleTexturedMaterials using this Image.
230 visibility=
"external"
239 visibility=
"external"
248 visibility=
"external"
252 resolution unit (invalid=
0, none=
1, inch=
2)
258 visibility=
"external"
262 Set to true if the image data should be cleared after it has been uploaded to the graphics
263 card and is no longer needed in main memory.