Files
RCBASIC4/doc/doc_files/setmeshbuffer.html
2026-03-03 19:29:04 -06:00

21 lines
557 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetMeshBuffer [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function SetMeshBuffer( mesh_id, buffer_num, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data ) </h2></p>
<p>
Sets the contents of a mesh buffer. Buffer_num must already exists in mesh.
</p>
<p>
Returns TRUE if successful and FALSE if not
</p>
<p>
</p>
</body>
</html>