create_vertex_buffer method

create_vertex_buffer(self, declaration)

Create an IVertexBuffer instance to store polygon’s vertex information.

Returns


def create_vertex_buffer(self, declaration):
    ...
ParameterTypeDescription
declarationaspose.threed.utilities.VertexDeclaration

See Also