Loader QML Type

Loader of nodes More...

Import Statement: import osgDB 2.0
Inherits:

Group

Properties

Detailed Description

The Loader item allows dynamically loading an Node-based subtree from a URL

Property Documentation

node : osg::Node

Loaded node.


source : url

This property holds the URL of the Node to instantiate.


status : enumeration

This property holds the status of Node loading. It can be one of:

  • Loader.Null - the node source has not been set
  • Loader.Loading - the node source is currently being loaded
  • Loader.Ready - the node source has been loaded
  • Loader.Error - an error occurred while loading the node source