nw::gfx::HemiSphereLight::Create Member Function

Syntax

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

Hemispherical light that was generated.

Description

Creates a hemispherical light.


CONFIDENTIAL