Unit u_rendercore

DescriptionusesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TBox  
record TIntVector3  

Functions and Procedures

function MakeVector3(const x,y,z : Single) : TD3DVector;
function MakeIntVector3(const x,y,z : Integer) : TIntVector3;
function TransformBox(const Box : TBox; const Matrix : TD3DMatrix) : TBox;

Types

TFilterType = (...);
TRenderCallback = procedure(const Percent : Single);

Description

Functions and Procedures

function MakeVector3(const x,y,z : Single) : TD3DVector;
 
function MakeIntVector3(const x,y,z : Integer) : TIntVector3;
 
function TransformBox(const Box : TBox; const Matrix : TD3DMatrix) : TBox;
 

Types

TFilterType = (...);
 
TRenderCallback = procedure(const Percent : Single);