1

This is the model I made The model I made How to setting nodes for making shop sign if I want the shop sign lighting in the dark .Like the picture down below Reference

So I don't know how to let my texture light. Thanks for helping me !!

1 Answers1

2

Cycles works with shaders that describe the interaction with light.

BSDF shaders Describe light reflection, refraction and absorption at an object surface.

For more info read: What is a BSDF? and https://docs.blender.org/manual/en/dev/render/cycles/materials/surface.html#bsdf-parameters

A Diffuse BSDF shader does not emit light.

You need a shader that does! So use an

Emission shader

Used to describe light emission at an object surface or in a volume.

enter image description here

More info: https://docs.blender.org/manual/en/dev/render/cycles/nodes/introduction.html?highlight=shader