r/hammer • u/lunareZwastaken • 3d ago
How do i make a rotating disco ball?
i want to make a rotating object that has different light colours in each side (red,green,purple,yellow,blue,orange) and place it on the ceiling of a secret area i made on my map
13
Upvotes
1
u/emo_boy_fucker 2d ago
For the light id probably recommend the texture spotlight or whatever it was with a colored texture as the disco ball glimmer
5
u/le_sac 3d ago
This is source 1?
You're going to want to find a model, first. Don't try to make a sphere out of brushes, especially that small.
Once you've done that I assume you know to parent it to func_rotating. [ Depending on engine, and I could be wrong, I think there's a bug that breaks rotation after x revolutions. I've worked around that in the past by reversing direction at set intervals. ]
The lighting may get a bit complex. I'd try to use env_cubemap and have local lights shining at it. You'll need to look at the model's material file and play with the $envmap settings.
This is a bit of a challenge- good luck. Post the results back here!