d3d_model_vertex_normal_texture(id,x,y,z,nx,ny,nz,u,v)

From ENIGMA
Revision as of 21:17, 20 December 2018 by RobertBColton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Appends a the given vertex with the given normal and sampler position to the given model.

Parameters

Parameter Data Type Description
id integer Index of the model to add the vertex to
x gs_scalar X coordinate of the vertex
y gs_scalar Y coordinate
z gs_scalar Z coordinate
nx gs_scalar X coordinate of the normal to give the vertex
ny gs_scalar Y coordinate
nz gs_scalar Z coordinate
u gs_scalar U coordinate of the sampler for the vertex
v gs_scalar V coordinate of the sampler for the vertex

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.