H3D::Rectangle2D Class Reference
[X3D node classes.]

The Rectangle2D node specifies a rectangle centred at (0, 0) in the current local 2D coordinate system and aligned with the local coordinate axes. More...

#include <Rectangle2D.h>

Inheritance diagram for H3D::Rectangle2D:

Inheritance graph
List of all members.

Public Member Functions

 Rectangle2D (Inst< SFNode > _metadata=0, Inst< SFBound > _bound=0, Inst< DisplayList > _displayList=0, Inst< MFBool > _isTouched=0, Inst< MFVec3f > _force=0, Inst< MFVec3f > _contactPoint=0, Inst< MFVec3f > _contactNormal=0, Inst< SFVec2f > _size=0, Inst< SFBool > _solid=0)
 Constructor.
virtual void render ()
 Renders the rectangle2D using OpenGL.

Public Attributes

auto_ptr< SFVec2fsize
 The size field specifies the extents of the box along the X-, and Y-axes respectively and each component value shall be greater than zero.
auto_ptr< SFBoolsolid
 The solid field specifies if both sides of the rectangle should be rendered.

Static Public Attributes

static H3DNodeDatabase database
 The H3DNodeDatabase for this node.

Classes

class  SFBound
 SFBound is specialized update itself from the radius field of the Box node. More...

Detailed Description

The Rectangle2D node specifies a rectangle centred at (0, 0) in the current local 2D coordinate system and aligned with the local coordinate axes.

By default, the box measures 2 units in each dimension, from -1 to +1. The size field specifies the extents of the box along the X-, and Y-axes respectively and each component value shall be greater than zero.

Textures are applied individually to each face of the Rectangle2D. On the front (+Z) and back (-Z) faces of the Rectangle2D, when viewed from the +Z-axis, the texture is mapped onto each face with the same orientation as if the image were displayed normally in 2D. TextureTransform affects the texture coordinates of the Rectangle2D

Internal routes:
Rectangle2D.dot


Member Data Documentation

auto_ptr< SFVec2f > H3D::Rectangle2D::size
 

The size field specifies the extents of the box along the X-, and Y-axes respectively and each component value shall be greater than zero.

Access type: inputOutput
Default value: 2 2

Rectangle2D_size.dot

auto_ptr< SFBool > H3D::Rectangle2D::solid
 

The solid field specifies if both sides of the rectangle should be rendered.

If solid is FALSE then both sides will be rendered.

Access type: inputOutput
Default value: FALSE

Rectangle2D_solid.dot


Generated on Thu Aug 24 12:39:50 2006 for H3D API by  doxygen 1.4.5