updated database with new functions
This commit is contained in:
5
rcbasic_build/intern_lib/mesh.bas
Normal file
5
rcbasic_build/intern_lib/mesh.bas
Normal file
@@ -0,0 +1,5 @@
|
||||
function LoadMesh( mesh_file$ )
|
||||
sub DeleteMesh( mesh )
|
||||
function CreateMesh( )
|
||||
sub AddMeshBuffer( mesh, vertex_count, ByRef vertex_data, ByRef normal_data, ByRef uv_data, index_count, ByRef index_data )
|
||||
function LoadMeshFromArchive( archive$, mesh_file$ )
|
||||
Reference in New Issue
Block a user