Please give us more Stylized and Non Photo Realistic materials

As a roblox developer, it’s currently difficult to build games that look and feel certain ways.

I understand and appreciate roblox’s commitment to PBR materials, but here are some suggestions for some new material types that would be very useful.

Rim Light Material
A normal plastic style material that also allows you to specify a secondary Rim Color. (Glass already has a little bit of rim shading but you’re not able to customize it at all)

Look at Mr Goomba there, so nice right?

Check it out with this noisy diffuse texture - looks like crushed velvet!

Toon Shaded Material
We have amazing outlines coming soon, so why not give us access to a nice two step or even three step toon material? Let us specify the two/three colors manually per instance, and the falloff point.

And who better to show off toon shading than toon link?
image

Unlit Material
Right now all materials are lit. Right now you can’t fill a solid color or reproduce a diffuse texture exactly as it is authored in the 3D scene. This is an important tool for doing “effects” work in other engines, and it’s strange that it’s missing here. You can also do a lot of stylistic things with it.

With just a little bit of vertex color, unlit materials can go a long way!

93 Likes

Additional thoughts:

  1. These effects can sort of be hacked in right now, using opaque glass, using neon, or abusing deformed normals in a mesh export. This is obviously not ideal.

  2. These materials are well known to be cheap to render on mobile, so it’s not like we’re asking for displacement mapping or something too grand here.

  3. The new MaterialService and override materials cannot produce these effects, hence this feature request.

32 Likes

Bonus request: How about giving us access to a Water material too?

Right now building water requires you to use terrain tools, when it could easily be a part material or a mesh material.

It’d be nice if it had all the nice shader effects that the current water has such as reflection and animated normal maps.

29 Likes

Absolutely.

Even better would be if we could make our own shaders, whether it be HLSL or Luau recompiled to shader instructions.

We do have custom material now, but it’s still too hard and nearly impossible to achieve certain highly specific effects.

Some hacks are also expensive and worsen the performance or require sacrifice of other features.

11 Likes

SmoothPlastic actually has some pretty nice looking rim shading effects. I use it on my games characters. But other then that, I completely agree with your points. We need a lot more control over materials…

7 Likes

Have to agree to this.

The terrain tool is pretty bad for todays standards, it lags way too much.

TIP: You can use part to terrain to make a “Water part”

4 Likes

Sooo, Roblox pretty much has custom materials now.
Though they’re still limited to the default shaders that PBR typically uses.

I think what Roblox really needs to give us is perhaps some extra settings in the LightingService that let you customize lighting better because a lot of shading in games actually depends a lot on the lighting.

So I propose ideas like:

Resolution, sharpness, filter mode and constrast for shadows.

  • Increasing contrast and sharpness can lead to very sharp shadows that look like cardboard cut-outs of the model that casts them.
    This is basically what gives you the toon and cel shading that you see in some Zelda games.

  • Filter mode determines how shadows are filtered, having it off leads to pixelated, sharp, jagged shadows with more quantized shades.
    Setting it to smooth can lead to more realistic or very blurred shadows.

  • Resolution would impact performance but can also be used as a variable to customize shadows to fit a certain style.

    Low resolution and blurry shadows could fit cartoony games where you don’t want character shadows to be overly detailed, maybe you want the shadow to be just a circle below a character’s feet?

Fresnel / silhouette lighting, ambient light absorption and shading mode.

  • Fresnel gives you the rim lighting that you showed in those Mario Galaxy screenshots.
    By customizing the falloff and contrast you could create a glass or even a outline effect around objects.

  • Ambient light absorption determines how much the sky / skybox, cubemaps and the general environment influences the color tint on an object.
    This can be used as a cheaper alternative to indirect light.

    If a white ball were to be placed on a plane with a blue or orange sky, you likely would want that ball to have a blue or orange tint from the sky.
    Now if I’m not mistaken Roblox already has this but it’s still very limited in ways you can customize it.

  • Shading mode is where the real fun begins.
    Changing it let’s you make objects behave like various real world materials while still being able to make use of PBR or not use PBR textures at all.

    With shading mode objects can be given a more metallic or crushed velvet look WITHOUT needing to use or set any metallic textures.
    Objects can also be made to look more like wax, clay or human skin with subsurface scattering.

    This could also be used in many ways to make games look more stylized.
    I’ve kinda always wanted to make a game where all the characters look like as if they’re made out of wax or some kind of greasy material that glows a bit when light shines upon it.

2 Likes