Game Development Community

C# 3D model viewer

by Paul Yoskowitz · in Torque 3D Professional · 08/02/2011 (9:17 am) · 6 replies

Im looking at displaying the models in a C# program. is there a 3D model viewer DLL or something already out there that people would suggest to use?

thanks in advance
Paul Yoskowitz

#1
08/02/2011 (2:04 pm)
For DTS shapes? Or Collada shapes? Perhaps one could write a managed wrapper for the loaders and use those assemblies in a C# project.
#2
08/02/2011 (3:14 pm)
Before i started anything at all i wanted to make sure that there wasnt something out there that i had missed.
#3
08/08/2011 (2:16 pm)
If it's Collada there are probably more viewers than you can think of as well as libraries to use. For DTS my guess is no although I don't know for sure. We would really need to know what you want to view.
#4
08/08/2011 (3:49 pm)
Not in C# but bitgap games has 2 Torque shape viewers and theres the showtool, all of which i believe are torque engine mods
#6
08/09/2011 (4:16 pm)
@Nathan - If it could be used it Torque, Id like it to be viewable

I *think* i found a possible solution. there is a -show option from what im seeing in the main.cs file. I havent had time to play with it yet. too many other irons in the fire atm.