In previous versions in RayTraced (cycles) render engine, I’ve seen materials emitting really strong light. Now I try to make the same thing with no result.
I assume my setup is wrong, but I don’t see “strength” parameter for the emission material.
These are old pictures taken from post in this forums:
The material you are referring to isn’t a standard material, but a hidden one called Cycles Emissive, that you can access after toggling _TestShowPrivateContent.
The material isn’t much compatible with the actual Rhino materials, and it is behind a test command, so you shouldn’t rely too much on it (i.e. it could change without prior warning, or compatibility).
Can you please attach the scene so I can see what is going on?
You are probably seeing default scene lighting. That happens because you don’t have any other lights in your scene, and there isn’t code yet that tells Rhino that your bulb with emissive material is a light.
To prevent that from happening you need to add a light, i.e. point light, and set its intensity to 0. It does have to be enabled though. That prevents Rhino from adding default scene lighting.