VRML parameters and parameter types

Parameter Type

Description

Value

SFBool

Single Boolean

Any single Embed value

SFFloat

Single float

Any single Embed value

SFInt32

Single integer

Any single Embed value

SFVec2f

Vector 2 floats

Embed vector of two elements

SFVec3f

Vector 3 floats

Embed vector of three elements

SFColor

Color

Embed vector of three elements

SFTime

Time

double

SFRotation

Rotation

Embed vector of four elements (x, y, z, angle) axis-angle

MFFloat

Multiple floats

Any vector

MFlut32

Multiple integers

Any vector

MFVec2f

Multiple vectors of 2

n x 2 matrix

MFVec3f

Multiple vectors of 3

n x 3 matrix

MFColor

Multiple colors

n x 3 matrix

MFTime

Multiple times

Any vector

MFRotation

Multiple rotation

n x 4 matrix

VRML parameters have the following settings:

If the parameter is preceded by

Then

A red X

It cannot be selected as a block input wire

A green checkmark

It has already been selected as a block input wire

An empty box

It has not yet been selected as a block input wire

To select a parameter as a block input wire, highlight the keyword and press Make%20Block%20Input%20button. The selected parameter appears in the Block Input Wires window.