@Xoliul: wiki http://en.wikipedia.org/wiki/Luminance_(relative) @radiancef0rge: Memory and compression. You need as much precision as you can get when it comes to HDR fake, and alpha textures are compressed pretty bad which means bad precision. Notepad++ for previewing shader code.
Actually the anim tree that i assigned does have aiming node that allow the character to aim depending on the camera is looking at... Do i need to assign the aimnode inside the code ? does anyone have an idea how to achieve it ? Thanks :)
Good lord, I just glanced over that code and it's rough. Not the coders fault though haha. Bryan, you're script does things a little differently than I'd like so I'm not going to use it, but it's good none the less!
Great work indeed, some things I'd rename/add/change a little, hence plenty feedback sent to Simon :) @Mrfred, "down to 8 cycles per FPS" A cycle is normally one "pump" through the processor. For example it can do one arithmetic operation per cycle (sometimes even more) per core. "Down to 8 cycles" may mean that a certain…
Hey Scooby nice to see you again! :-) Raptor - Yeah pretty old but still kicking @$$ Thx Razxor! Pesti - Howdy! Demon Princess - Yo hey girl yeah Orbb was a weird one eh? The good ole days eh? Soccerman18 - Hey Mike how's it hanging mate? :-) Ninjas - heya - if I could only find time and recall how to skin! ArrangeMonk - I…
In a lot of text/code editors when you select or double click a word all of its instances got highlighted.
This feature exist in 3ds Max 2024, but does not exist in all previous versions of 3ds Max. The provided code will add this functionality to the lower versions of 3ds max. I am not the author of the code. All kudos…
the fact that source comes to linux doesnt mean that the tools will be available for linux. there's a big difference between porting the game logic and translating the renderer and making the tools work. usually tools are hacked together way more than the game code since avg joe doesn't have to deal with it.
carbonmade, or just coding your own, for a portfolio you dont need anything special, more or less just a list of images and some text, so very easy to do in pure html, which is just a markup language and very easy to understand even for those that aren't coders
Hold on, did i seriously come into a thread expecting people to squabble about debates and learn that BUSHIDO, THE ANCIENT CODE OF THE SAMURAI WARRIOR was the true solution to our nation's problems? Would that mean politicans would carry two swords and could kill commoners without legal oversight?
You can use multiplacative mode colouring in code. Take a base texture, and use the alpha channel to mask areas that you want recoloured - white=100% colour, black=0$. That way you can not only mark the areas you want to change, but have fade in/out.