- Home /
How to use Point and Spot Lights With Mesh instancing?
I've been Experimenting with GPU Instancing to draw 1,60,000 Meshes and Unity's Graphics API has some really Good Functions to achieve this. I am currently using Graphics.DrawMeshInstanced and I get the Meshes on the Screen, However, these Instanced Meshes only react to Directional Light, and not to Point/Sport lights. Is this a Limitation that cannot be overcome or am I missing Something here? I am currently using an Orthographic Camera with Forward Rendering , and Unity's Standard Shader for the material. If It helps I am trying to make a Simple Rimworld like game.
Your answer
Follow this Question
Related Questions
Progressive GPU changing to CPU 1 Answer
LOS Lighting - topdown 2d game 0 Answers
Lighting problem 0 Answers
How to light back side of quad mesh same way as front side? 1 Answer
What Might Cause Lighting Problems on Animated Mesh? 0 Answers