nw::demo::RenderSystem::SetSceneEnvironmentSettings Member Function

Syntax

void SetSceneEnvironmentSettings(
     SceneSystem * sceneSystem,
     ut::MoveArray< gfx::SceneEnvironmentSetting * > * sceneEnvironmentSettings
);

Arguments

Name Description
in sceneSystem The scene system, including the scene contents to be drawn.
in sceneEnvironmentSettings The scene environment to be set.

Return Values

None.

Description

Sets the scene environment to the render context.


CONFIDENTIAL