Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

I have a Unity(URP) shader that implements a Toon effect — it works correctly and looks good, but after baking the lighting in the scene, objects that use this shader simply turn black. I don’t have ...
Rosta's user avatar
  • 1
1 vote
1 answer
297 views

I have freshly installed ursina in a virtual environment. I am trying to set up a basic scene with some lighting: from ursina import * class Pivot(Entity): def update(self): self....
AG-88301's user avatar
0 votes
0 answers
75 views

Doing MQTT integration with the gateway. Currently, I use the MQTT Explorer tool as a gateway to publish a message in a particular topic to Home Assistant. configuration topic is homeassistant/light/...
Prashanth's user avatar
2 votes
2 answers
162 views

All the pages I have been able to add support for dark/light mode. One page has a tree and everything I tried failed and most changes made the formatting (text, alignment, etc.) change, for the worse. ...
Mark's user avatar
  • 123
0 votes
1 answer
96 views

Running two Windows 11 Pro vms on Fedora Linux. One vm runs light.exe 3.11.2 just fine and creates the .msi. The other vm has this error when trying to create the .msi using the exact same codebase, ...
doncooper's user avatar
1 vote
0 answers
87 views

I'm working on a small ray tracing project and I'm trying to add a point light system to my rendering engine. Here's an excerpt of my main ray_color function, which calculates the color of a ray based ...
delmath's user avatar
  • 11
0 votes
1 answer
100 views

I was checking out the lighting of my flashlight and set shadow to soft shadow and then noticed that in game view cam it was rendering weird shadows. if the light source is child of the camera then ...
Rex Studio's user avatar
1 vote
0 answers
55 views

I want to change variables such as primary, success, body-bg especially for dark and light themes using sass in Bootstrap, but I couldn't find the right way. Can you help? What I'm trying to do is ...
Çağdaş's user avatar
0 votes
1 answer
476 views

I am porting an application from Xamarin to .Net MAUI, In Xamarin I was using a light theme in Android, so the alerts had a white background but in MAUI the alerts have a gray background. How can I ...
Led Machine's user avatar
  • 7,672
1 vote
0 answers
53 views

Image Link So as you can see there are some weird dots on the left side, which dont look so pleasing. These weird dots are actually correct but i dont like them. I use a line algorithm with some extra ...
studio-MM's user avatar
0 votes
0 answers
140 views

We are using the following Python script combined with OpenCV to record video of salmon migration in order to estimate total fish passage, import cv2 import numpy as np import time import datetime ...
portsample's user avatar
  • 2,184
0 votes
1 answer
192 views

I see other people demo has light but my local 5173 cannot see the light on some sides for the MeshPhongMaterial. I tested light position , tested pointlight , tested ambientlight and still cannot ...
Raii's user avatar
  • 174
-1 votes
2 answers
642 views

I have this easy code, its a traffic light enter image description here Its simple, past 1000ms, it switches to the next case to turn a different light. enter image description here I build it like ...
Erick Escobar Muñoz's user avatar
0 votes
1 answer
149 views

I just encountered an issue with one of my three.js project. I've got a scene with some mapped objects. When I add some lights on the scene, some "waves" appeared on my scene. enter image ...
TEDSTEAM's user avatar
1 vote
1 answer
159 views

I am very new to both C# and Unity, so I have been following some tutorials to create a Wall Torch (GameObject) that has a child 2D Spot Light which flickers using the following script I found on ...
LucashDev's user avatar

15 30 50 per page
1
2 3 4 5
44