nw::gfx::Fog::Create Member Function

Syntax

static SceneNode * Create(
     SceneNode * parent,
     ResSceneObject resource,
     const SceneNode::Description & description,
     os::IAllocator * allocator
);

Arguments

Name Description
in parent Parent node.
in resource Resource.
in description Content to configure.
in allocator Allocator.

Return Values

Scene node that was created.

Description

Generates a scene node.


CONFIDENTIAL