![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | player0815 |
hi,
i have some questions about the SurfaceTool
and ArrayMesh
:
1) What is the parameter flags intended for:
ArrayMesh commit ( ArrayMesh existing=null, int flags=97280 )
2)
a) Do I understand correctly that every surface in the ArrayMesh has an index and hang behind each other like a train?
b) So the surface tool commit
the latest “wagon” on the back of the train, right?
c) And when deleting a surface (int surface_get_format ( int surf_idx ) const
) by its index number, each following wagons move forward for 1 wagon/slot?
thx for answering