nw::gfx::AmbientLight::Create Member Functionstatic AmbientLight * Create( SceneNode * parent, ResSceneObject resource, const AmbientLight::Description & description, os::IAllocator * allocator ); static TransformNode * Create( SceneNode * parent, ResSceneObject resource, const TransformNode::Description & description, os::IAllocator * allocator ); static SceneNode * Create( SceneNode * parent, ResSceneObject resource, const SceneNode::Description & description, os::IAllocator * allocator );
Create( SceneNode *, ResSceneObject, const AmbientLight::Description &, os::IAllocator *)
|
Creates an ambient light. |
Create(SceneNode *, ResSceneObject, const TransformNode::Description &, os::IAllocator *)
|
Creates a transform node from a resource. |
| Create ( SceneNode *, ResSceneObject, const SceneNode::Description &, os::IAllocator * ) | Generates a scene node. |
Create(SceneNode *, ResSceneObject, const AmbientLight::Description &, os::IAllocator *)Creates an ambient light.
Create(SceneNode *, ResSceneObject, const TransformNode::Description &, os::IAllocator *)Creates a transform node from a resource.
Generates a scene node.
CONFIDENTIAL