Skip to main content
2 of 3
added 204 characters in body
user avatar
user avatar

The main difference with your setup and that of the "Tutorial" is that the base material is not completely transparent.

If you mix the transparent with a translucent material, and then mix that with an emission shader using fresnel information, you can get something similar.

enter image description here

Click on the image to enlarge

Of course you can always make things more complicated and add another emission shader with a texture as volume:

enter image description here

user1853