I'm currently looking for a 3D engine, accessible from .NET, which
puts emphasis on quality, not speed. Most (in fact all I've seen) 3D
engines for .NET seem to derive from DirectX, but that's not optimal
for my needs (developing an interior design application), since they
require hardware acceleration to deliver pleasant results. The
software driven renderings are often horrible.
I don't mind if it takes a couple of seconds to render the scene. I
just want it to look good.
In fact, 3d engines for web use (such as cult3d and ViewPoint) usually
deliver much better quality on lower end computers, but I haven't
found any engine that brings that power to something outside the web
browser, or more specifically, to .NET dev environments.
Any ideas?


|