A material without shading
display texture and replace a color with transparency
Write your own custom shader
draw meshes using the cables error material shader
see which faces are facing the camera
image based lighting material using cubemaps
Easy to use image based lighting Material
Test if the mouse hovers over drawn elements
Test if following meshes are picked by the picker
Draw all vertices as points / circles
set a uniform value of the current shader
render a shader into a texture
view current shader source code
render mesh normals as colors
visualize texturecoordinates/UV mapping of a mesh
Switch between two shaders
lookup color values from a texture and use it as object color
draw a mesh showing only it's vertex colors
visually debug vertices of your 3D geometry
Renders following meshes as wireframes
do not draw pixels inside a defined 3d area
rotate vertices in an area around a center point
Scales the size of meshes within the area of influence
Translate object positions with a noise function
Change the position of all meshes inside of the area of influence
bend objects along an axis
displace vertices by the value in a texture
clamp/restrict the vertex position to min/max values per axis
colorize all meshes around current position
colorize instanced meshes by picking random color from a texture
deform a spherical area of a mesh
explode a (divided) mesh in the direction of faces normals
Fog as a shadereffect applied to a material
add fresnel glow to any material
simulate grass motion in wind
displace positions of instanced meshes using a texture
displace position of instanced object by perlin noise value
colorize instanced meshes using a texture
discard pixel if texture coordinate is below threshold
3d space noise for mesh materials
Displace vertices using perlin noise animation
select textures to render to
scale vertices of an object in the direction of face normals
add shadow capabilities to any material
Deform a mesh along a spline
texture projection on meshes
transform vertices of a mesh via vertex shader
twist a mesh around an axis
Use vertex color as basecolor/diffuse color
Use mesh vertexcolor as Alpha/Opacity
Displace the vertices of a mesh with the pixels brightness values from a texture
only draw the first X vertices of a mesh
set vertex positions of a mesh from a texture
sine wave vertex displacement