If the WWWInline's bboxSize field specifies a non-empty bounding box
-
(a bounding box is non-empty if at least one of its dimensions is greater than zero),
-
then the WWWInline's object-space bounding box is specified by its bboxSize and bboxCenter fields.
|
This allows an implementation to view-volume cull or LOD switch the WWWInline without reading its contents.
|
FILE FORMAT/DEFAULTS
|
WWWInline {
-
name "" # SFString
-
bboxSize 0 0 0 # SFVec3f
-
bboxCenter 0 0 0 # SFVec3f
|
}
|
name becomes url in VRML2.0 Inline node
|