Page 1 of 1

one shader include different property

PostPosted: Tue Sep 25, 2018 6:16 am
by 3d artist1987
Hey,

How to make a shader which has transparent, opaque & cutoff property like standard shader without affecting perfomance.

Thanks in advance.

Re: one shader include different property

PostPosted: Tue Sep 25, 2018 8:00 am
by Amplify_Borba
Hello, you can make your own custom shader types with our Shader Templates system, through which you can build nearly any type of effect and even your own custom template for specific workflows.

Regarding the performance, it will always depend on the shader's features and complexity. For example, you can lower the Precision parameter for an added performance boost in exchange for some accuracy.

You may also consider using Surface Shaders with Custom Lighting, which should perform adequately, depending on the shader's complexity.

Re: one shader include different property

PostPosted: Fri Sep 28, 2018 5:20 am
by 3d artist1987
Ok.
Thanks for reply.