Inherits from CC3BitmapLabelNode : CC3MeshNode : CC3LocalContentNode : CC3Node : CC3Identifiable : NSObject
Declared in Models.h

Overview

A mesh node whose mesh is created from a text label that is wrapped around the arc of a circle whose center is behind the text. The effect is like a marquee on a round tower.

This example demonstrates both the use of bitmapped text labels, and the ability to manipulate the locations of vertices programmatically.

Tasks

Properties

radius

The radius of the cylinder. This defines the curvature of the text label.

@property (nonatomic, assign) GLfloat radius

Discussion

The initial value is 1000.

Declared In

Models.h