Class TBGRANormalPool3D
Unit
Declaration
type TBGRANormalPool3D = class(TBGRAGenericPool)
Description
Array of 3D normals for batch computation
Hierarchy
- TObject
- TBGRAGenericPool
- TBGRANormalPool3D
Overview
Methods
constructor Create(ACapacity: integer); |
|
function GetUsed(AElement: integer): boolean; override; |
|
procedure ComputeWithMatrix(const AMatrix: TMatrix3D); |
|
procedure Remove(AIndex: integer); |
|
procedure SetUsed(AElement: integer; AUsed: boolean); override; |
Properties
property NormalData[AIndex: integer]: PBGRANormalData3D read GetNormalData; |
Description
Methods
constructor Create(ACapacity: integer); |
|
This item has no description. |
function GetUsed(AElement: integer): boolean; override; |
|
This item has no description. |
procedure ComputeWithMatrix(const AMatrix: TMatrix3D); |
|
This item has no description. |
procedure Remove(AIndex: integer); |
|
This item has no description. |
procedure SetUsed(AElement: integer; AUsed: boolean); override; |
|
This item has no description. |
Properties
property NormalData[AIndex: integer]: PBGRANormalData3D read GetNormalData; |
|
This item has no description. |