You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to use flat plane mesh for the replacement of beam instance because its light influence doesn’t work on light source if the future lighting technology is used.
To be more clear, says a plane is always facing the camera and if the flat plane get close to source light 2 things will happen, if the source light is in front of the flat plane mesh it get lighted, if it behind it doesn’t get lighted. So to fix this, I inverse the normal using CFrame but then the problem is inversed if light behind the flat plane mesh it get lighted if it in front it doesn’t.
I guess it due to where the normal is receiving light from.
-
What is the issue? Include screenshots / videos if possible!
Flat plane mesh doesn’t react to light on both surface even if I inverse the normal using CFrame and enabled double sided. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I don’t think there anything on devhub that can help me.
I have try using particle emitter but it cost 4 tris it does react to light on all angle but it is limited to voxel lighting technology.
I have try using billboardGui it cost 2 tris the same as Beam so that nice but it doesn’t react to light on certain angle it probably because it backside is never render and because it always face in front of the camera. I’m also scare that because it always face the camera I might create unnecessary lag to face the camera while it doesn’t need to.
I have try using surfaceGui it cost 2 tris if flat plane mesh is transparent but since it only able to appear in front of the surface and doesn’t warp around the flat plane mesh mesh so it always face it in front of the camera so the same problem for billboardGui never react to light on certain angle, although the always face to camera behavior is gone which I haven’t test if it will lag.
I have try using decal it does warp around the flat plane mesh it cost 2 tris but it the same when the flat plane mesh isn’t transparent.
I used to have a prototype where I would limit the angle on the flat plane mesh and if it get over that angle amount it get turn to the other side but I just realize how slow it react time is and how un performance it will be but the testing was on multiple flat plane mesh, I have created a group of flat plane mesh and exported it before for RenderFidelity option but I guess I was too focusing on other thing that I forgot.