ClanSoft logo
ClanSoft logo

    CL_Object3D::create

Syntax

static CL_Object3D *create(
         CL_Object3DProvider *provider,
        CL_Vector init_scale,
        CL_Vector init_pos,
        CL_Vector init_dir,
        CL_Vector init_up,
        bool delete_provider=false);

Parameters

provider-3D object source.
delete_provider-If true, the surface will delete the provider when deleted itself.

Return value

The surface created.

Description

This function creates a Object3D instance being blitted by a caching blitter.


Back to index



This page was built using the Perceps documentation system.