Class TIndexedLineSetNode_1

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIndexedLineSetNode_1 = class(TAbstractIndexedNode_1)

Description

no description available, TAbstractIndexedNode_1 description follows

Common base class for VRML 1.0 indexed nodes (IndexedFaceSet, IndexedTriangleMesh, IndexedLineSet).

Hierarchy

Overview

Methods

Public class function ClassNodeTypeName: string; override;
Public function TrianglesCount(State: TX3DGraphTraverseState; OverTriangulate: boolean; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
Public function TexCoord(State: TX3DGraphTraverseState; out ATexCoord: TX3DNode): boolean; override;
Public function Lit(State: TX3DGraphTraverseState): boolean; override;

Description

Methods

Public class function ClassNodeTypeName: string; override;
 
Public function TrianglesCount(State: TX3DGraphTraverseState; OverTriangulate: boolean; ProxyGeometry: TAbstractGeometryNode; ProxyState: TX3DGraphTraverseState): Cardinal; override;
 
Public function TexCoord(State: TX3DGraphTraverseState; out ATexCoord: TX3DNode): boolean; override;
 
Public function Lit(State: TX3DGraphTraverseState): boolean; override;

Do we have enough normals information to render this node lit. VRML 1.0 specification explicitly mentions that IndexedLineSet is treated specially: it's unlit if there are not enough normals specified.


Generated by PasDoc 0.12.1 on 2013-02-04 20:26:56