In addition to all of the other changes, VRML 2.0 introduces a couple of new field types:
-
An SFInt32 field (formerly SFLong) contains a 32-bit integer. An MFInt32 field contains a list of 32-bit integers.
-
An SFNode field contains a node (or rather, a pointer to a node). An MFNode field contains a list of pointers to nodes.
-
An SFTime field contains a double-precision floating point value indicating a number of seconds since 00:00:00 Jan 1, 1970 GMT.
|