Originally posted by ^Lele^
Announcement
Collapse
No announcement yet.
max 10 ?
Collapse
X
-
-
standard 7900, no OC, 256 megs.
Latest release drivers.
Everything else works a marvel, including max 9.
No issue at all (bar some due oddity with gpu shadows), some slight improvement for wire-shading in 2008.Lele
Trouble Stirrer in RnD @ Chaos
----------------------
emanuele.lecchi@chaos.com
Disclaimer:
The views and opinions expressed here are my own and do not represent those of Chaos Group, unless otherwise stated.
Comment
-
x64, directx9 on nvidia 8800
for all the new viewport features you need DX9 and a SM3 supporting card
SM2 cards will get some degradation but work too....
there is a button in the shader editor where you set the display to texture mode, if you press and hold it will give you a second option of having hardware directx based shader by compiling your actual shader in a directX one. it loads then the shader and caches the geometry then it works just fine. the only drawback was that it has to cache the geometry on the graphics board memory and it takes a few seconds to load the geometry and to convert your shader into a directx one.Reflect, repent and reboot.
Order shall return.
Comment
-
Am I missing something or does this not work on VrayMtl's?www.dpict3d.com - "That's a very nice rendering, Dave. I think you've improved a great deal." - HAL9000... At least I have one fan.
Comment
-
That's what I thought, it's just that tammo implied that's it's universal which is not the case. And "yet" sounds good to me too!www.dpict3d.com - "That's a very nice rendering, Dave. I think you've improved a great deal." - HAL9000... At least I have one fan.
Comment
-
Well, it depends... while we can produce a DirectX shader for the V-Ray materials, there would be a problem of integrating textures like falloffs etc properly. Internally 3ds Max uses mental mill to compile the materials into DirectX shaders; I'm not sure if/how this is exposed to 3rd party developers, but I'll know soon enough.
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
Well, this is not currently possible without writing a completely new viewport driver for 3ds Max.
On the other hand, we would prefer to work on an interactive render preview, which shows everything as it would appear exactly in the final rendering, rather than a crippled viewport approximation.
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
and when you start getting into building a 'generic' hlsl shader that would cover a lot of bases it can get pretty slow. the main problem is you will have a lot of issues with dealing with multiple lights. Its possible to build shaders that will work off of say the nearest two/three lights in the scene etc, but when you start getting into light attenuations, self shadowing, etc. and all the 'basic' shit that vray covers, its just not really feasible without some rediculously heavy work/computation.
its fun stuff though, I've been working with hlsl for a while in another app definitely a way to learn to appreciate all the huge amount of knowledge and work that vlado puts into the rendererDave Buchhofer. // Vsaiwrk
Comment
Comment