tyra icon indicating copy to clipboard operation
tyra copied to clipboard

Enable rendering of meshes without textures / normals data.

Open Foxar opened this issue 3 years ago • 2 comments

Currently the renderer, as far as I'm aware is not capable of rendering texture or normals data. It'd be beneficient to allow such, limiting crashing and allowing to test models within Tyra without having to provide full set of data for them.

Foxar avatar Dec 17 '20 12:12 Foxar

I've added non textured rendering feature. I think that we should grab color information from .obj file also. At this moment, colors must be set manually.

h4570 avatar Dec 28 '20 15:12 h4570

I'd like to suggest hardcoded color of some kind to be set, unless .obj file specifies a different kind of color, so that the model always has a some kind of color to rely on, allowing the model to be seen (and also to see if it's rendering properly)

Foxar avatar Apr 18 '21 21:04 Foxar

Resolved in Tyra 2.0.0

h4570 avatar Aug 24 '22 21:08 h4570