Added DeleteAn8() function

This commit is contained in:
n00b
2025-01-31 19:35:19 -05:00
parent eab4029642
commit acdc78a149
17 changed files with 1020 additions and 976 deletions

View File

@@ -11,3 +11,4 @@ Function GetAN8SceneName$(an8_project, scene_num)
Function CreateConeMesh( radius, cone_length, tesselation, top_color, bottom_color )
Function CreateCylinderMesh( radius, cylinder_length, tesselation, color, close_top )
Function CreateVolumeLightMesh( u, v, foot_color, tail_color, lp_distance, dim_x, dim_y, dim_z )
Sub DeleteAN8( an8_project )