• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

ImagePanelEmissive - How do I get it to emit light?

ThePersianBoy

New member
Joined
May 2, 2023
Messages
10
Reactions
2
I can't see anything obvious - do I have to start grappling with shaders..?

Screenshot 2023-05-19 095649.jpg
 
It's not a light source, it applies to the video or image you set in it.
 
"Emissive" in this case is a technical term indicating the material is not affect by light sources in the scene. It just renderes the texture/color as it is. Because that makes it appear like it emits light, it is frequently uses to render meshes of a light source (e.g. some lamp or monitor), but it is not a lightsource it self. To affect the surounding objects, you still need to place a Point- or Spotlight. For example using an Invisible Light atom.

Realtime area lightsources are not supported by VaM, as the performance on dynamic objects like characters would be terrible. Basically it would need realtime raytracing. (Yes, yes....Unreal 5 Lumen can somewhat do this stuff now, but its limited and performance isn't quite good enough for VR and of course VaM is using Unity engine tech from 2018...)
 
Back
Top Bottom