nw::gfx::HemiSphereLight::Create Member Functionstatic HemiSphereLight * Create( SceneNode * parent, ResSceneObject resource, const HemiSphereLight::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 HemiSphereLight::Description &, os::IAllocator *)
|
Creates a hemispherical 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 HemiSphereLight::Description &, os::IAllocator *)Creates a hemispherical light.
Create(SceneNode *, ResSceneObject, const TransformNode::Description &, os::IAllocator *)Creates a transform node from a resource.
Generates a scene node.
CONFIDENTIAL