finalizeModelling

This call is deprecated, please use call UpdateInstanceVertexBuffer() and UpdateInstanceIndexBuffer().

Syntax

//
//   Strong typing definition
//
int_t           finalizeModelling(
                        SdaiModel               model,
                        float                   * vertices,
                        int_t                   * indices,
                        int_t                   FVF
                    );


//
//   Weak typing definition
//
int_t   __declspec(dllexport) __stdcall   finalizeModelling(
                                                                        int_t                   model,
                                                                        float                   * vertices,
                                                                        int_t                   * indices,
                                                                        int_t                   FVF
                                                                    );
    

Property model

Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.

Property vertices

Size: 64 bit / 8 byte (reference)
...

Property indices

Size: 64 bit / 8 byte (reference)
...

Property FVF

Size: 64 bit / 8 byte (value)
...