Difference between revisions of "Category:Shaders"

From polycount
Jump to: navigation, search
(toc)
(fixed link to xoliul's thread)
Line 11: Line 11:
 
* '''[http://www.greveson.co.uk/shaders/MoP_TextureBlender.fx MoP Texture Blender]''' by [http://www.greveson.co.uk Paul "MoP" Greveson]. This shader uses blendmodulate for vertex blending with per-pixel detail. From the Polycount thread [http://boards.polycount.net/showthread.php?p=1024948#post1024948 The Snow and Ice of Uncharted2?].
 
* '''[http://www.greveson.co.uk/shaders/MoP_TextureBlender.fx MoP Texture Blender]''' by [http://www.greveson.co.uk Paul "MoP" Greveson]. This shader uses blendmodulate for vertex blending with per-pixel detail. From the Polycount thread [http://boards.polycount.net/showthread.php?p=1024948#post1024948 The Snow and Ice of Uncharted2?].
 
* [http://www.mentalwarp.com/~brice Brice Vandemoortele] and [http://www.kjapi.com/ Cedric Caillaud]'s [http://www.mentalwarp.com/~brice/brdf.php BRDF shader for Maya], '''[http://www.luxinia.de/index.php/ArtTools/3dsmaxFX#genbrdf BRDF shader for 3ds Max]''' ported to Max by [http://crazybutcher.cottages.polycount.com/ Christoph "CrazyButcher" Kubisch]. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=49920 Free Maya/max cgfx/fx Shader]''. '''Update:''' [http://boards.polycount.net/showthread.php?p=821862#post821862 New version here] with many updates, including object-space normal maps, relief mapping, self-shadowing, etc.  
 
* [http://www.mentalwarp.com/~brice Brice Vandemoortele] and [http://www.kjapi.com/ Cedric Caillaud]'s [http://www.mentalwarp.com/~brice/brdf.php BRDF shader for Maya], '''[http://www.luxinia.de/index.php/ArtTools/3dsmaxFX#genbrdf BRDF shader for 3ds Max]''' ported to Max by [http://crazybutcher.cottages.polycount.com/ Christoph "CrazyButcher" Kubisch]. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=49920 Free Maya/max cgfx/fx Shader]''. '''Update:''' [http://boards.polycount.net/showthread.php?p=821862#post821862 New version here] with many updates, including object-space normal maps, relief mapping, self-shadowing, etc.  
* [http://www.laurenscorijn.com/ Laurens "Xoliul" Corijn]'s '''[http://www.laurenscorijn.com/viewportshader 3ds Max viewport shader]'''.  More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=64453 TF2 and TOON realtime viewport shader (3ds max)]''.
+
* [http://www.laurenscorijn.com/ Laurens "Xoliul" Corijn]'s '''[http://www.laurenscorijn.com/viewportshader 3ds Max viewport shader]'''.  More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=62006 Xoliul's 3DS Max Viewport Shader]''.
 
* [http://www.till.maginot.eu/ Till "Rollin" Maginot]'s '''[http://blog.maginot.eu/index.php?seite=people&people=till&page=mhn2048106717 TF2 Shader for 3ds Max]''' and '''[http://blog.maginot.eu/index.php?p=till.1__scriptnstuff_shader_toon Toon/Comic Shader for 3ds Max]'''. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=64453 TF2 and TOON realtime viewport shader (3ds max)]''.
 
* [http://www.till.maginot.eu/ Till "Rollin" Maginot]'s '''[http://blog.maginot.eu/index.php?seite=people&people=till&page=mhn2048106717 TF2 Shader for 3ds Max]''' and '''[http://blog.maginot.eu/index.php?p=till.1__scriptnstuff_shader_toon Toon/Comic Shader for 3ds Max]'''. More info in the Polycount thread ''[http://boards.polycount.net/showthread.php?t=64453 TF2 and TOON realtime viewport shader (3ds max)]''.
 
* '''[http://rtshaders.deviantart.com/art/Agusturinn-Shader-Demo-100883093 Agusturinn Shader Demo]''' by [http://rtshaders.deviantart.com Wang "RTshaders" Jing]. Shader features: ''"One UV texture, Two point lights, Diffuse map(include alpha which control transparency), AO(ambient occlusion) map or Lightmap share the same channel, Normal map,Specular map,Specular level map,Gloss map,Emissive map, Two type of Cubemap---One is diffuse cubemap for generating IBL(image based lighting), the other is enviroment cubemap for reflection."''
 
* '''[http://rtshaders.deviantart.com/art/Agusturinn-Shader-Demo-100883093 Agusturinn Shader Demo]''' by [http://rtshaders.deviantart.com Wang "RTshaders" Jing]. Shader features: ''"One UV texture, Two point lights, Diffuse map(include alpha which control transparency), AO(ambient occlusion) map or Lightmap share the same channel, Normal map,Specular map,Specular level map,Gloss map,Emissive map, Two type of Cubemap---One is diffuse cubemap for generating IBL(image based lighting), the other is enviroment cubemap for reflection."''

Revision as of 14:31, 6 March 2010

Category: Shaders

TableOfContents

Popular 3ds Max Shaders

(in order by date)

Popular Maya Shaders

Shader Editors

  • Shader FX "is a full-featured real-time shader editor for 3ds Max. It allows artists with no previous programming experience to build complex HLSL or CG FX shaders. Free for individuals and companies smaller then 2 employees."
  • mental mill Standard Edition "allows the user to write and edit shader code, and visually debug the shader by interactively inspecting variables while stepping through the code. As well, the user can export shaders for use in DCC and CAD applications through the supported, customizable back-end formats such as CgFX, HLSL, and GLSL." The more limited Artist Edition is free for personal use, and comes bundled with 3ds Max 2010.
  • NVIDIA's FX Composer is a shader authoring toolset.
  • AMD's RenderMonkey is a shader authoring toolset.

Shader Syntax

There are two popular text-based ".*fx" formats. Both formats are extremely similar. More info at [1].

  • .fx is for DirectX only, and is based on HLSL.
  • .cgfx is for use with either DirectX or OpenGL, and is based on Cg.


Pages in category "Shaders"

The following 6 pages are in this category, out of 6 total.

Personal tools
Namespaces

Variants
Actions
Navigation
Tools