Hi everyone,
I found that there are some features that have an api file and some that have not,
is it possible to add the ‘api’ file to material and texture to have an equivalent to Meshbuilder ?
//MeshBuilder.ts
export const MeshBuilder = {
CreateBox,
CreateTiledBox,
CreateSphere,
CreateDisc,
CreateIcoSphere,
CreateRibbon,
CreateCylinder,
CreateTorus,
CreateTorusKnot,
CreateLineSystem,
CreateLines,
CreateDashedLines,
ExtrudeShape,
ExtrudeShapeCustom,
CreateLathe,
CreateTiledPlane,
CreatePlane,
CreateGround,
CreateTiledGround,
CreateGroundFromHeightMap,
CreatePolygon,
ExtrudePolygon,
CreateTube,
CreatePolyhedron,
CreateGeodesic,
CreateGoldberg,
CreateDecal,
CreateCapsule,
CreateText,
};