PathEngine home previous: Interface iRender3DLinesCallBacknext: iRender3DLinesCallBack::vertex()
Contents, API Reference, Interfaces, iRender3DLinesCallBack, startVertex

iRender3DLinesCallBack::startVertex()

Description

This method is called by PathEngine at the start of each set of connected line segments to be rendered.

Syntax

void startVertex(float x, float y, float z);
        

Parameters

x The x coordinate of the start vertex.
y The y coordinate of the start vertex.
z The z coordinate of the start vertex.

Remarks

X and Y Coordinates are relative to the origin specified for the render method currently being processed.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iRender3DLinesCallBack::vertex()