Quick Start
Get up and running with the MeshifAI JavaScript SDK in minutes.
You can generate both Textured
and Untextured
models. Textured models can often put a lot of strain on the server and may not be as reliable as untextured models but provide a much higher quality result.
Basic Setup
Please note that Textured Models
can take longer to generate and are highly experimental.
Additional Options
The textTo3d
function accepts an optional second parameter with options for untextured
models:
The textTo3d
function also accepts an optional second parameter with options for textured
models:
Model Format
The generated 3D models are in .glb
format (GL Transmission Format Binary), which is widely supported by:
3D modeling software like Blender
Game engines like Unity and Unreal
Web-based 3D viewers
AR/VR applications
More formats coming soon!
Last updated