The VG Resource
Universal Model Viewer - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Feedback / Showreel (https://www.vg-resource.com/forum-123.html)
+---- Thread: Universal Model Viewer (/thread-28839.html)



Universal Model Viewer - Stammer6 - 02-29-2016

Hi there, guys.

I'm wondering if there are any model viewing software out there that can view everything on this site. I've tried a couple, and many models appear glitchy or not at all.

Thanks in advance! I'd like to try my hand at ripping some stuff in the near future!


RE: Universal Model Viewer - Random Talking Bush - 02-29-2016

Noesis can do so, but it doesn't seem to always apply textures for certain model formats. Still works on previewing the meshes, though.

If it appears glitchy in Noesis, then there might just be a problem with the model itself, which wouldn't surprise me when even OBJs can be finicky.


RE: Universal Model Viewer - Telespentry - 02-29-2016

(02-29-2016, 11:07 PM)Random Talking Bush Wrote: Noesis can do so, but it doesn't seem to always apply textures for certain model formats. Still works on previewing the meshes, though.

If it appears glitchy in Noesis, then there might just be a problem with the model itself, which wouldn't surprise me when even OBJs can be finicky.

if you think obj is finicky, you've obviously never used dae


RE: Universal Model Viewer - Random Talking Bush - 03-01-2016

(02-29-2016, 11:17 PM)Telespentry Wrote:
(02-29-2016, 11:07 PM)Random Talking Bush Wrote: Noesis can do so, but it doesn't seem to always apply textures for certain model formats. Still works on previewing the meshes, though.

If it appears glitchy in Noesis, then there might just be a problem with the model itself, which wouldn't surprise me when even OBJs can be finicky.

if you think obj is finicky, you've obviously never used dae
I have, lots of times. Hence why I always put "_OpenCollada" at the end of my exports to let people know what it should be compatible with. I was referring to the fact that even though OBJ files are pretty straightforward, it seems that more often than not they import into 3DS Max as a broken mess when they're fine in most other programs.


RE: Universal Model Viewer - TGE - 03-07-2016

(03-01-2016, 12:08 AM)Random Talking Bush Wrote:
(02-29-2016, 11:17 PM)Telespentry Wrote:
(02-29-2016, 11:07 PM)Random Talking Bush Wrote: Noesis can do so, but it doesn't seem to always apply textures for certain model formats. Still works on previewing the meshes, though.

If it appears glitchy in Noesis, then there might just be a problem with the model itself, which wouldn't surprise me when even OBJs can be finicky.

if you think obj is finicky, you've obviously never used dae
I have, lots of times. Hence why I always put "_OpenCollada" at the end of my exports to let people know what it should be compatible with. I was referring to the fact that even though OBJ files are pretty straightforward, it seems that more often than not they import into 3DS Max as a broken mess when they're fine in most other programs.
That's just blender using object ('o' keyword) as.. well objects and max instead using groups ('g' keyword) as objects instead.
You can literally fix that by just replacing all instances of 'o' with 'g', though.