It looks like you're new here. If you want to get involved, click one of these buttons!
Hello!
I would like to know if it’s possible to load and render 3D models from the built in assets library in my project without using the Craft library. I am using tiny-ecs and I constructed a little 2D game but I would like for my next project to continue to use tiny-ecs and be able to load models without having to call any Craft code. Any idea of how I’d do this?
Comments
@ambientocclusion Here’s an example of 3D without Craft.
Right but my question is: is it possible to load one of the meshes from the assets and display that without Craft? I’d like to use one of the characters or environment models, or load my own.
@ambientocclusion Here’s a discussion I found, does this help. You can search the forum for more info.