Someone tell me the ideal to create the light as this sample
This’s my current object
I tried using emission material (on loader )but seem not worked
https://threejs.org/examples/?q=area#webgl_lights_rectarealight
Someone tell me the ideal to create the light as this sample
This’s my current object
I tried using emission material (on loader )but seem not worked
https://threejs.org/examples/?q=area#webgl_lights_rectarealight
What does “not worked” mean? Can you please elaborate in more detail?
I mean export object with material like this
But not working
Sorry, you have to add more details to your post:
What DCC tool are you using (looks like Blender)?
The screenshot is from Blender.
@doum emissive materials are not going to look the same after export as they do in Blender… Realtime engines cannot simulate emitting light from an arbitrary shape that way, so instead you’ll need to find other ways to light the scene:
Once you have the scene lit the way you want, you can still create the illusion that the light is coming from a specific object by adding a bloom pass, which creates a bright-looking blur around emissive objects, but doesn’t actually light the scene.
Thanks u