Replies: 1 comment 2 replies
-
That's a good point. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Most "directional" nodes like radars or cameras have the corresponding "optional rendering" command which shows rays, light cones and such. One exception is Emitter/Receiver, which don't have such rendering, although each of them can be made directional by setting their 'aperture' fields. My request is to add the option to display those apertures.
The specific occasion: I'm building an educational scene where children need to program a laser turret to aim the beam at the moving target, simulating sending of commands via the laser channel (this is a space exploration theme, not "star wars"). This is done with a combo of a DistanceSensor which provides a nice laser beam, and an Emitter in the "infrared" mode with a narrow aperture. The "laser" is good, but having a way to visualize the Emitter would be quite useful, too.
Beta Was this translation helpful? Give feedback.
All reactions