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