GeometryModelMockups

class cee.geo.GeometryModelMockups()

Helper class for creating simple geometry models


Methods

populateModelWithLineSquaresParts

cee.geo.GeometryModelMockups.populateModelWithLineSquaresParts(model, numParts)

Populates the model with the given number of parts, with each part consisting of a line mesh formed as a square

Arguments
Return type

void

populateModelWithSingleTriangleParts

cee.geo.GeometryModelMockups.populateModelWithSingleTriangleParts(model, numParts)

Populates the model with the given number of parts, with each part consisting of a single triangle.

Arguments
Return type

void

populateModelWithTexturedQuadParts

cee.geo.GeometryModelMockups.populateModelWithTexturedQuadParts(model, numParts, texture)

Populates the model with the given number of parts, with each part consisting of a textured quad.

Arguments
Return type

void