• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Asset - Extension OBJ Model Importer

zbox

Member
GMC Elder
OBJ Model Importer

Marketplace: https://marketplace.yoyogames.com/assets/5107/obj-model-importer
Category:
Extensions
Price: $3.99 $2.99
Modules: All

Fully compatible with GMS:1 and GMS:2

Description:
Easily and quickly import OBJ models! Loads many thousands of poly's instantly. Includes an optimizing batch converter.

Function overview:
Code:
    model = extModel_load(filename); //load converted model
    draw_extModel(modelID,tex); //draw the model (or manually use vertex_submit, see source code)
    
    extModel_destroy(model); //Free model from memory
Note: When exporting OBJ files to use with the converter, make sure the faces are triangulated if you have the option.

Supports normals and texture coordinates.
 
nice work i need to buy it but i have question i am trying vertex buffer before with freeze buffer but d3d model it quick than vertex buffer on pc, android and ios
does your converter to vertex buffer or d3d model ?
 
Top