Hi there Andrew. You could do something pretty similar with shaderFX, but it's probably easier to port the code manually as CB did with my brdf shader (http://www.luxinia.de/index.php/ArtTools/3dsmaxFX). Somebody had a similar idea on another board…
@Eric: thanks. I really wish if I do become a TA to not just do code only haha. I enjoy making props too though a lot of companies seem to promote from within when it comes to being a TA so Im not gonna abandon my 3d side :) Look forward to me being active in the tech thread and actually understanding a bit more what…
for example: a poly -sm 12 filterExpand will only return objects if an object is selected. If using your pSphere1.vtx[300] selection as an example... nothing will be returned if that object is not in object mode. filterExpand will return an array.. depending on your selection you may need to use the -expand "true" flag to…
yes we used that in the xmas game bundled with luxinia. just for the terrain. and we also partially use it for another project's terrain. the xmas game also comes with a very rudimentary map editor, that makes sure only matching tiles can be put together. matching edges is pretty crucial for it. I didnt do the modelling…
Inverted camera is driving me nuts. Why the hell there is no option to just reverse it is beyond me. That's like what, a minute of coding? Geez. Actually, the camera is pretty bad in general. I'm surprised they didn't get chewed out more for that. But aside from that, it's cool so far. Vaan not being an idiotic loser like…
So I took a look at your substance. From my perspective it seems that your are a bit confused by the resolution system of Designer. It seems you want to output textures at 4K, but Designer works in your ram to be efficient. When I opened you graph my computer consumed a total amount of 15gb of ram. This can result is some…
No biggies on the comments, females be difficult yo! (for me) That is why i am learning the, how to's, probably should've done those studies before the dudes but well, as said in the threads i went to "heroic types". Anywho, i said i'd come back and have since this is a long trek of learning things i do not do or nor have…
If not enuff memory and If deleting all history anyway... How about transfering the pnt animation to a duplicate? if yes save following code as cly_bakeVtxDuplicateTransfer.mel select poly object and execute like: cly_bakeVtxDuplicateTransfer 1 substituting 1 for the desired step increment for keys ( integer fer now ) //…
[FONT="]Naughty Dog[/FONT] [FONT="]Santa Monica[/FONT][FONT="], CA[/FONT] [FONT="]www.naughtydog.com[/FONT] [FONT="]About our company.. [/FONT] [FONT="]Naughty Dog is the developer of critically acclaimed and top-selling titles including the Crash Bandicoot franchise, Jak and Daxter franchise and…
Orginally Brice made that BRDF shader for Maya as seen in http://boards.polycount.net/showflat.php?Cat=0&Number=238350 and http://www.mentalwarp.com/~brice/shader.php after making the max port initially, I broke away from his codebase quite a bit, to make it easier to add/change things, and of course stuff that is more…