Hello,I’m new to this.
I press Alt+8 to show the scene complexity.
from pictures above could you see .that the bush is red.but the tree is green.they use the same material.and the tree has more vertices .why bushes are red.is red bad?
Hello,I’m new to this.
I press Alt+8 to show the scene complexity.
Red doesn’t necessarily have to be bad, it’s an indication that your shader is running more instructions (math) than those of a green color. A material that is Green can be worse than one of a Red color since the instructions might be more light-weight than those of the green one.
In any case, I am not really sure why they do differ. It seems like they are setup and use the same material. If you move the bushes away from the tree, do they turn green?
They are using the same material, right?
Could it just be the size of the mesh? I don’t know exactly how this view is computed, but if it’s looking at visible area as well as material complexity. Could be…
Guys,sorry for late reply.thanks for help,here’s the material.I got it from market place.I’m new to material.
That material is very simple, are you sure that’s on the red bushes?
I think you might be right about the complexity view not working with forward rendering. Because that material is about as simple as you can get
Okay.thanks for taking your time help me.could I ask another question ,how do you know about DFAO “distance field ambient occlusion”? I turned it on on the sky light but I see no effect. Does it also not support forward rendering?
I’m pretty sure DFAO is redundant now Lumen is here?..
I don’t want lumen.actually I don’t want to use directional light either.i want to achieve something like in Minecraft.
minecraft uses per vertex ao. found this article real quick…
to do this in unreal you either bake it to the vertex color or a vertex color channel in your modelling program of choice or you bake it into lightmaps using lightmass. it also has a seperate ao switch. so you could potentially use the ao mask for specular or roughness occlusion in tight corners or use it for any fancy effect really.
Not sure, I’m afraid
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.