nw::gfx::SceneUpdateHelper::SubmitViewFunctor Class

Syntax

template <typename EnqueueModelMesh, typename EnqueueSkeletalModelMesh, typename IsVisibleModel>
class SubmitViewFunctor

Template Arguments

Name Description
EnqueueModelMesh Function object type for putting models in the render queue.
EnqueueSkeletalModelFunctor Function object type for putting skeletal models in the render queue.
IsVisibleModel Function object type used to identify the model to be displayed.

Description

Function object that updates a scene based on the camera's visual range and builds the render queue.

Member Functions

SubmitViewFunctor Constructor.
operator() Updates a scene based on the camera's visual range, and builds the render queue.

CONFIDENTIAL