formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager

fz_rndr_get_def_texture

Description

Gets information about the default texture. This information includes the file location of the texture file, the file's format reference id and the width and height of the image.

Plugin Prototype

fzrt_error_td fz_rndr_get_def_texture(

fzrt_floc_ptr

floc,

fz_ffmt_ref_td *

ffmt_id,

fzrt_int *

width,

fzrt_int *

height )

Parameters

floc [Result, Optional]

A file location containing the name and path of the default texture map file.

ffmt_id [Result, Optional]

The file format reference id for the default texture map file.

width [Result, Optional]

The width (in pixels) of the default texture map image.

height [Result, Optional]

The height (in pixels) of the default texture map image.

Returns

Error codes.

Availability

5.0.0.0

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h