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

Syntax

static Fog * Create(
     SceneNode * parent,
     ResSceneObject resource,
     const Fog::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

Fog that was created.

Description

Creates fog.


CONFIDENTIAL