Skip to content

.glb/.gltf loader written in GML for GameMaker

Notifications You must be signed in to change notification settings

Kruger0/GLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glTF Loader v0.9.0

Watch the video

A convenient loader for a convenient format, written in native GML, for loading 3D files into GameMaker

Currently supports:

  • Both .glb and .gltf formats
  • Multiple objects
  • Multiple textures
  • Metallic, Roughness, Emissive and Occlusion maps
  • Vertex colors*
  • Local transformations
  • Sparse acessors
  • Object parenting transformations
  • Embbed and included file loading
  • Custom render engine
  • PBR material rendering
  • Enviroment mapping

Roadmap

  • Morphing targets
  • Basic animations
  • Skeletal animations
  • Auto generated normals
  • Auto generated tangents
  • Customisable render pipeline and vertex formating