Home › Forums › General Questions › Node editor – Shaders
- This topic has 5 replies, 3 voices, and was last updated 7 years, 9 months ago by
Yuri Kovelenov.
-
AuthorPosts
-
2018-02-16 at 7:16 pm #2189
NewFake
CustomerSeveral questions, please, from within the Blender’s node editor:
– Where can I find the verge3D PBR shader? I didn’t find it within the “shift a” list when under the verge3D engine.
– How to make glass shader?
– How to find the way to simulate the cycles’ emission shader?
NewFake :)
2018-02-17 at 1:57 pm #2197
Mikhail LuzyaninStaffWhere can I find the verge3D PBR shader? I didn’t find it within the “shift a” list when under the verge3D engine.
You can find it in susannes_bpr.blend file, just append node group called Verge3D BPR to your file and connect your textures to it as it done in the example with susanne.
How to make glass shader?
Just set the material to transparent (in material settings) and add some reflections using a cubemap and connect a fresnel node to alpha. HEre’s and example for you.
How to find the way to simulate the cycles’ emission shader?
You can use Emission input in Material node and also put some Point light inside the Object on which you want to simulate an emission. I’ve also attached and example.
Attachments:
Co-founder and lead graphics specialist at Soft8Soft.
2018-02-17 at 10:46 pm #2202NewFake
CustomerGreat! Thank you very much!
NewFake :)
2018-02-18 at 1:49 am #2203NewFake
CustomerNice for PBR and emissive, however I think that glass shader is missing refraction. And if it’s the case, I know that refraction is tough either adapting or coding :)
NewFake :)
2018-02-18 at 11:54 am #2204NewFake
CustomerPlease mention a simple way to adapt:
https://threejs.org/examples/webgl_materials_cubemap_refraction.html
and
https://github.com/mrdoob/three.js/blob/master/examples/webgl_materials_cubemap_balls_refraction.html
In these examples that show that refraction exists within WGL, the shader is applied to all the objects, that besides are similar, arrays. A way to apply this shader to only certain objects?
Glass shader is important I think, please, do you have any plan to include it in your proper shaders package, the one that you sell on your site?NewFake :)
2018-02-19 at 7:35 am #2206
Yuri KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.
