PathEngine home previous: iTestBed::lookAt()next: iTestBed::playSound()
Contents, API Reference, Interfaces, iTestBed, newRenderGeometry

iTestBed::newRenderGeometry()

Description

Creates an Interface iRenderGeometry object (which can be used for rendering lines and polygons).

Syntax

std::unique_ptr<iRenderGeometry> newRenderGeometry() const

Return Value

A newly created Interface iRenderGeometry object.

C# Mapping

RenderGeometry newRenderGeometry();

Java Mapping

RenderGeometry newRenderGeometry();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::playSound()