OpenGLContext.scenegraph.inline
VRML97 Inline node
Classes
Inline VRML97 scene based on VRML 97 Inline
Reference:
http://www.web3d.org/x3d/specifications/vrml/ISO-IEC-14772-IS-VRML97WithAmendment1/part1/nodesRef.html#Inline
url
exposedField MFString url []
loadBackground(
self
,
url
,
contexts
= ()
)
Load an image from the given url in the background
- url
- SF or MFString URL to load relative to the node's root's baseURL
On success:
Sets the resulting PIL image to the
client's image property (triggering an un-caching
and re-compile if there was a previous image).
if contexts, iterate through the list calling
context.triggerRedraw(1)
class InlineURLField(
MFString
):