Importing models from magicavoxel into touchdesigner

Hi, I want to use my models from magicavoxel(a really good voxel maker) into touchdesigner. When I try to do that I just get the 3d model but with no color at all, like this:

While in magicavoxel looks like this:

Its possible to import the colors too?

Btw, im using .obj format, magica voxel has all this formats for exporting:

This is the obj file:

obj_magicavoxel.zip (11.3 KB)

Hi @rems66

the obj does not carry a point color attribute but instead texture attributes as well as a texture map (chr_knight.png) included in your zip.
You can apply the texture to the geometry via a Geometry COMP and MAT of your choice as shown in this screenshot here:

cheers
Markus

1 Like

thanks a lot