X-Git-Url: https://git.delphigl.com/?p=LazOpenGLCore.git;a=blobdiff_plain;f=doc%2FglBitmap.TglBitmapNormalMap.html;fp=doc%2FglBitmap.TglBitmapNormalMap.html;h=b58e7588469ac73f96a5dfd40bfbc69314fd7b0b;hp=0000000000000000000000000000000000000000;hb=1f9d3b8b9ce7d5e05f7af88c7ab0fd094609d9e5;hpb=5a2eeb45d528c5a2406b2ae5d73a4c711b2ea7dc diff --git a/doc/glBitmap.TglBitmapNormalMap.html b/doc/glBitmap.TglBitmapNormalMap.html new file mode 100644 index 0000000..b58e758 --- /dev/null +++ b/doc/glBitmap.TglBitmapNormalMap.html @@ -0,0 +1,73 @@ + + + +glBitmap: Class TglBitmapNormalMap + + + + + +
+

Class TglBitmapNormalMap

+ + +
DescriptionHierarchyFieldsMethodsProperties
+

Unit

+ +

Declaration

+

+type TglBitmapNormalMap = class(TglBitmapCubeMap)

+

Description

+

+wrapper class for cube normal maps

+

Hierarchy

+

Overview

+

Methods

+ + + + + + + + + +
Publicprocedure AfterConstruction; override;
Publicprocedure GenerateNormalMap(const aSize: Integer = 32; const aTestTextureSize: Boolean = true);
+

Description

+

Methods

+ + + + + + +
Publicprocedure AfterConstruction; override;
+

+this method is called after constructor and initializes the object

+
+ + + + + + +
Publicprocedure GenerateNormalMap(const aSize: Integer = 32; const aTestTextureSize: Boolean = true);
+

+create cube normal map from texture data and upload it to video card

+
Parameters
+
+
aSize
+
size of each cube map texture
+
aTestTextureSize
+
check texture size when uploading and throw exception if something is wrong
+
+
+
Generated by PasDoc 0.13.0 on 2014-12-21 15:05:48 + +