light_storage.cpp 90 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639
  1. /**************************************************************************/
  2. /* light_storage.cpp */
  3. /**************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /**************************************************************************/
  8. /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
  9. /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /**************************************************************************/
  30. #include "light_storage.h"
  31. #include "core/config/project_settings.h"
  32. #include "servers/rendering/renderer_rd/renderer_scene_render_rd.h"
  33. #include "texture_storage.h"
  34. using namespace RendererRD;
  35. LightStorage *LightStorage::singleton = nullptr;
  36. LightStorage *LightStorage::get_singleton() {
  37. return singleton;
  38. }
  39. LightStorage::LightStorage() {
  40. singleton = this;
  41. TextureStorage *texture_storage = TextureStorage::get_singleton();
  42. directional_shadow.size = GLOBAL_GET("rendering/lights_and_shadows/directional_shadow/size");
  43. directional_shadow.use_16_bits = GLOBAL_GET("rendering/lights_and_shadows/directional_shadow/16_bits");
  44. using_lightmap_array = true; // high end
  45. if (using_lightmap_array) {
  46. uint64_t textures_per_stage = RD::get_singleton()->limit_get(RD::LIMIT_MAX_TEXTURES_PER_SHADER_STAGE);
  47. if (textures_per_stage <= 256) {
  48. lightmap_textures.resize(32);
  49. shadowmask_textures.resize(32);
  50. } else {
  51. lightmap_textures.resize(1024);
  52. shadowmask_textures.resize(1024);
  53. }
  54. for (RID &lightmap_texture : lightmap_textures) {
  55. lightmap_texture = texture_storage->texture_rd_get_default(TextureStorage::DEFAULT_RD_TEXTURE_2D_ARRAY_WHITE);
  56. }
  57. for (RID &shadowmask_texture : shadowmask_textures) {
  58. shadowmask_texture = texture_storage->texture_rd_get_default(TextureStorage::DEFAULT_RD_TEXTURE_2D_ARRAY_WHITE);
  59. }
  60. }
  61. lightmap_probe_capture_update_speed = GLOBAL_GET("rendering/lightmapping/probe_capture/update_speed");
  62. }
  63. LightStorage::~LightStorage() {
  64. free_reflection_data();
  65. free_light_data();
  66. for (const KeyValue<int, ShadowCubemap> &E : shadow_cubemaps) {
  67. RD::get_singleton()->free(E.value.cubemap);
  68. }
  69. singleton = nullptr;
  70. }
  71. bool LightStorage::free(RID p_rid) {
  72. if (owns_reflection_probe(p_rid)) {
  73. reflection_probe_free(p_rid);
  74. return true;
  75. } else if (owns_reflection_atlas(p_rid)) {
  76. reflection_atlas_free(p_rid);
  77. return true;
  78. } else if (owns_reflection_probe_instance(p_rid)) {
  79. reflection_probe_instance_free(p_rid);
  80. return true;
  81. } else if (owns_light(p_rid)) {
  82. light_free(p_rid);
  83. return true;
  84. } else if (owns_light_instance(p_rid)) {
  85. light_instance_free(p_rid);
  86. return true;
  87. } else if (owns_lightmap(p_rid)) {
  88. lightmap_free(p_rid);
  89. return true;
  90. } else if (owns_lightmap_instance(p_rid)) {
  91. lightmap_instance_free(p_rid);
  92. return true;
  93. } else if (owns_shadow_atlas(p_rid)) {
  94. shadow_atlas_free(p_rid);
  95. return true;
  96. }
  97. return false;
  98. }
  99. /* LIGHT */
  100. void LightStorage::_light_initialize(RID p_light, RS::LightType p_type) {
  101. Light light;
  102. light.type = p_type;
  103. light.param[RS::LIGHT_PARAM_ENERGY] = 1.0;
  104. light.param[RS::LIGHT_PARAM_INDIRECT_ENERGY] = 1.0;
  105. light.param[RS::LIGHT_PARAM_VOLUMETRIC_FOG_ENERGY] = 1.0;
  106. light.param[RS::LIGHT_PARAM_SPECULAR] = 0.5;
  107. light.param[RS::LIGHT_PARAM_RANGE] = 1.0;
  108. light.param[RS::LIGHT_PARAM_SIZE] = 0.0;
  109. light.param[RS::LIGHT_PARAM_ATTENUATION] = 1.0;
  110. light.param[RS::LIGHT_PARAM_SPOT_ANGLE] = 45;
  111. light.param[RS::LIGHT_PARAM_SPOT_ATTENUATION] = 1.0;
  112. light.param[RS::LIGHT_PARAM_SHADOW_MAX_DISTANCE] = 0;
  113. light.param[RS::LIGHT_PARAM_SHADOW_SPLIT_1_OFFSET] = 0.1;
  114. light.param[RS::LIGHT_PARAM_SHADOW_SPLIT_2_OFFSET] = 0.3;
  115. light.param[RS::LIGHT_PARAM_SHADOW_SPLIT_3_OFFSET] = 0.6;
  116. light.param[RS::LIGHT_PARAM_SHADOW_FADE_START] = 0.8;
  117. light.param[RS::LIGHT_PARAM_SHADOW_NORMAL_BIAS] = 1.0;
  118. light.param[RS::LIGHT_PARAM_SHADOW_BIAS] = 0.02;
  119. light.param[RS::LIGHT_PARAM_SHADOW_OPACITY] = 1.0;
  120. light.param[RS::LIGHT_PARAM_SHADOW_BLUR] = 0;
  121. light.param[RS::LIGHT_PARAM_SHADOW_PANCAKE_SIZE] = 20.0;
  122. light.param[RS::LIGHT_PARAM_TRANSMITTANCE_BIAS] = 0.05;
  123. light.param[RS::LIGHT_PARAM_INTENSITY] = p_type == RS::LIGHT_DIRECTIONAL ? 100000.0 : 1000.0;
  124. light_owner.initialize_rid(p_light, light);
  125. }
  126. RID LightStorage::directional_light_allocate() {
  127. return light_owner.allocate_rid();
  128. }
  129. void LightStorage::directional_light_initialize(RID p_light) {
  130. _light_initialize(p_light, RS::LIGHT_DIRECTIONAL);
  131. }
  132. RID LightStorage::omni_light_allocate() {
  133. return light_owner.allocate_rid();
  134. }
  135. void LightStorage::omni_light_initialize(RID p_light) {
  136. _light_initialize(p_light, RS::LIGHT_OMNI);
  137. }
  138. RID LightStorage::spot_light_allocate() {
  139. return light_owner.allocate_rid();
  140. }
  141. void LightStorage::spot_light_initialize(RID p_light) {
  142. _light_initialize(p_light, RS::LIGHT_SPOT);
  143. }
  144. void LightStorage::light_free(RID p_rid) {
  145. light_set_projector(p_rid, RID()); //clear projector
  146. // delete the texture
  147. Light *light = light_owner.get_or_null(p_rid);
  148. light->dependency.deleted_notify(p_rid);
  149. light_owner.free(p_rid);
  150. }
  151. void LightStorage::light_set_color(RID p_light, const Color &p_color) {
  152. Light *light = light_owner.get_or_null(p_light);
  153. ERR_FAIL_NULL(light);
  154. light->color = p_color;
  155. }
  156. void LightStorage::light_set_param(RID p_light, RS::LightParam p_param, float p_value) {
  157. Light *light = light_owner.get_or_null(p_light);
  158. ERR_FAIL_NULL(light);
  159. ERR_FAIL_INDEX(p_param, RS::LIGHT_PARAM_MAX);
  160. if (light->param[p_param] == p_value) {
  161. return;
  162. }
  163. switch (p_param) {
  164. case RS::LIGHT_PARAM_RANGE:
  165. case RS::LIGHT_PARAM_SPOT_ANGLE:
  166. case RS::LIGHT_PARAM_SHADOW_MAX_DISTANCE:
  167. case RS::LIGHT_PARAM_SHADOW_SPLIT_1_OFFSET:
  168. case RS::LIGHT_PARAM_SHADOW_SPLIT_2_OFFSET:
  169. case RS::LIGHT_PARAM_SHADOW_SPLIT_3_OFFSET:
  170. case RS::LIGHT_PARAM_SHADOW_NORMAL_BIAS:
  171. case RS::LIGHT_PARAM_SHADOW_PANCAKE_SIZE:
  172. case RS::LIGHT_PARAM_SHADOW_BIAS: {
  173. light->version++;
  174. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  175. } break;
  176. case RS::LIGHT_PARAM_SIZE: {
  177. if ((light->param[p_param] > CMP_EPSILON) != (p_value > CMP_EPSILON)) {
  178. //changing from no size to size and the opposite
  179. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT_SOFT_SHADOW_AND_PROJECTOR);
  180. }
  181. } break;
  182. default: {
  183. }
  184. }
  185. light->param[p_param] = p_value;
  186. }
  187. void LightStorage::light_set_shadow(RID p_light, bool p_enabled) {
  188. Light *light = light_owner.get_or_null(p_light);
  189. ERR_FAIL_NULL(light);
  190. light->shadow = p_enabled;
  191. light->version++;
  192. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  193. }
  194. void LightStorage::light_set_projector(RID p_light, RID p_texture) {
  195. TextureStorage *texture_storage = TextureStorage::get_singleton();
  196. Light *light = light_owner.get_or_null(p_light);
  197. ERR_FAIL_NULL(light);
  198. if (light->projector == p_texture) {
  199. return;
  200. }
  201. ERR_FAIL_COND(p_texture.is_valid() && !texture_storage->owns_texture(p_texture));
  202. if (light->type != RS::LIGHT_DIRECTIONAL && light->projector.is_valid()) {
  203. texture_storage->texture_remove_from_decal_atlas(light->projector, light->type == RS::LIGHT_OMNI);
  204. }
  205. light->projector = p_texture;
  206. if (light->type != RS::LIGHT_DIRECTIONAL) {
  207. if (light->projector.is_valid()) {
  208. texture_storage->texture_add_to_decal_atlas(light->projector, light->type == RS::LIGHT_OMNI);
  209. }
  210. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT_SOFT_SHADOW_AND_PROJECTOR);
  211. }
  212. }
  213. void LightStorage::light_set_negative(RID p_light, bool p_enable) {
  214. Light *light = light_owner.get_or_null(p_light);
  215. ERR_FAIL_NULL(light);
  216. light->negative = p_enable;
  217. }
  218. void LightStorage::light_set_cull_mask(RID p_light, uint32_t p_mask) {
  219. Light *light = light_owner.get_or_null(p_light);
  220. ERR_FAIL_NULL(light);
  221. light->cull_mask = p_mask;
  222. light->version++;
  223. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  224. }
  225. void LightStorage::light_set_distance_fade(RID p_light, bool p_enabled, float p_begin, float p_shadow, float p_length) {
  226. Light *light = light_owner.get_or_null(p_light);
  227. ERR_FAIL_NULL(light);
  228. light->distance_fade = p_enabled;
  229. light->distance_fade_begin = p_begin;
  230. light->distance_fade_shadow = p_shadow;
  231. light->distance_fade_length = p_length;
  232. }
  233. void LightStorage::light_set_reverse_cull_face_mode(RID p_light, bool p_enabled) {
  234. Light *light = light_owner.get_or_null(p_light);
  235. ERR_FAIL_NULL(light);
  236. light->reverse_cull = p_enabled;
  237. light->version++;
  238. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  239. }
  240. void LightStorage::light_set_shadow_caster_mask(RID p_light, uint32_t p_caster_mask) {
  241. Light *light = light_owner.get_or_null(p_light);
  242. ERR_FAIL_NULL(light);
  243. light->shadow_caster_mask = p_caster_mask;
  244. light->version++;
  245. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  246. }
  247. uint32_t LightStorage::light_get_shadow_caster_mask(RID p_light) const {
  248. Light *light = light_owner.get_or_null(p_light);
  249. ERR_FAIL_NULL_V(light, 0);
  250. return light->shadow_caster_mask;
  251. }
  252. void LightStorage::light_set_bake_mode(RID p_light, RS::LightBakeMode p_bake_mode) {
  253. Light *light = light_owner.get_or_null(p_light);
  254. ERR_FAIL_NULL(light);
  255. light->bake_mode = p_bake_mode;
  256. light->version++;
  257. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  258. }
  259. void LightStorage::light_set_max_sdfgi_cascade(RID p_light, uint32_t p_cascade) {
  260. Light *light = light_owner.get_or_null(p_light);
  261. ERR_FAIL_NULL(light);
  262. light->max_sdfgi_cascade = p_cascade;
  263. light->version++;
  264. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  265. }
  266. void LightStorage::light_omni_set_shadow_mode(RID p_light, RS::LightOmniShadowMode p_mode) {
  267. Light *light = light_owner.get_or_null(p_light);
  268. ERR_FAIL_NULL(light);
  269. light->omni_shadow_mode = p_mode;
  270. light->version++;
  271. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  272. if (p_mode == RS::LIGHT_OMNI_SHADOW_DUAL_PARABOLOID) {
  273. shadow_dual_paraboloid_used = true;
  274. } else if (p_mode == RS::LIGHT_OMNI_SHADOW_CUBE) {
  275. shadow_cubemaps_used = true;
  276. }
  277. }
  278. RS::LightOmniShadowMode LightStorage::light_omni_get_shadow_mode(RID p_light) {
  279. const Light *light = light_owner.get_or_null(p_light);
  280. ERR_FAIL_NULL_V(light, RS::LIGHT_OMNI_SHADOW_CUBE);
  281. return light->omni_shadow_mode;
  282. }
  283. void LightStorage::light_directional_set_shadow_mode(RID p_light, RS::LightDirectionalShadowMode p_mode) {
  284. Light *light = light_owner.get_or_null(p_light);
  285. ERR_FAIL_NULL(light);
  286. light->directional_shadow_mode = p_mode;
  287. light->version++;
  288. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  289. }
  290. void LightStorage::light_directional_set_blend_splits(RID p_light, bool p_enable) {
  291. Light *light = light_owner.get_or_null(p_light);
  292. ERR_FAIL_NULL(light);
  293. light->directional_blend_splits = p_enable;
  294. light->version++;
  295. light->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_LIGHT);
  296. }
  297. bool LightStorage::light_directional_get_blend_splits(RID p_light) const {
  298. const Light *light = light_owner.get_or_null(p_light);
  299. ERR_FAIL_NULL_V(light, false);
  300. return light->directional_blend_splits;
  301. }
  302. void LightStorage::light_directional_set_sky_mode(RID p_light, RS::LightDirectionalSkyMode p_mode) {
  303. Light *light = light_owner.get_or_null(p_light);
  304. ERR_FAIL_NULL(light);
  305. light->directional_sky_mode = p_mode;
  306. }
  307. RS::LightDirectionalSkyMode LightStorage::light_directional_get_sky_mode(RID p_light) const {
  308. const Light *light = light_owner.get_or_null(p_light);
  309. ERR_FAIL_NULL_V(light, RS::LIGHT_DIRECTIONAL_SKY_MODE_LIGHT_AND_SKY);
  310. return light->directional_sky_mode;
  311. }
  312. RS::LightDirectionalShadowMode LightStorage::light_directional_get_shadow_mode(RID p_light) {
  313. const Light *light = light_owner.get_or_null(p_light);
  314. ERR_FAIL_NULL_V(light, RS::LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL);
  315. return light->directional_shadow_mode;
  316. }
  317. uint32_t LightStorage::light_get_max_sdfgi_cascade(RID p_light) {
  318. const Light *light = light_owner.get_or_null(p_light);
  319. ERR_FAIL_NULL_V(light, 0);
  320. return light->max_sdfgi_cascade;
  321. }
  322. RS::LightBakeMode LightStorage::light_get_bake_mode(RID p_light) {
  323. const Light *light = light_owner.get_or_null(p_light);
  324. ERR_FAIL_NULL_V(light, RS::LIGHT_BAKE_DISABLED);
  325. return light->bake_mode;
  326. }
  327. uint64_t LightStorage::light_get_version(RID p_light) const {
  328. const Light *light = light_owner.get_or_null(p_light);
  329. ERR_FAIL_NULL_V(light, 0);
  330. return light->version;
  331. }
  332. uint32_t LightStorage::light_get_cull_mask(RID p_light) const {
  333. const Light *light = light_owner.get_or_null(p_light);
  334. ERR_FAIL_NULL_V(light, 0);
  335. return light->cull_mask;
  336. }
  337. AABB LightStorage::light_get_aabb(RID p_light) const {
  338. const Light *light = light_owner.get_or_null(p_light);
  339. ERR_FAIL_NULL_V(light, AABB());
  340. switch (light->type) {
  341. case RS::LIGHT_SPOT: {
  342. float len = light->param[RS::LIGHT_PARAM_RANGE];
  343. float size = Math::tan(Math::deg_to_rad(light->param[RS::LIGHT_PARAM_SPOT_ANGLE])) * len;
  344. return AABB(Vector3(-size, -size, -len), Vector3(size * 2, size * 2, len));
  345. };
  346. case RS::LIGHT_OMNI: {
  347. float r = light->param[RS::LIGHT_PARAM_RANGE];
  348. return AABB(-Vector3(r, r, r), Vector3(r, r, r) * 2);
  349. };
  350. case RS::LIGHT_DIRECTIONAL: {
  351. return AABB();
  352. };
  353. }
  354. ERR_FAIL_V(AABB());
  355. }
  356. Dependency *LightStorage::light_get_dependency(RID p_light) const {
  357. Light *light = light_owner.get_or_null(p_light);
  358. ERR_FAIL_NULL_V(light, nullptr);
  359. return &light->dependency;
  360. }
  361. /* LIGHT INSTANCE API */
  362. RID LightStorage::light_instance_create(RID p_light) {
  363. RID li = light_instance_owner.make_rid(LightInstance());
  364. LightInstance *light_instance = light_instance_owner.get_or_null(li);
  365. light_instance->self = li;
  366. light_instance->light = p_light;
  367. light_instance->light_type = light_get_type(p_light);
  368. if (light_instance->light_type != RS::LIGHT_DIRECTIONAL) {
  369. light_instance->forward_id = ForwardIDStorage::get_singleton()->allocate_forward_id(light_instance->light_type == RS::LIGHT_OMNI ? FORWARD_ID_TYPE_OMNI_LIGHT : FORWARD_ID_TYPE_SPOT_LIGHT);
  370. }
  371. return li;
  372. }
  373. void LightStorage::light_instance_free(RID p_light) {
  374. LightInstance *light_instance = light_instance_owner.get_or_null(p_light);
  375. //remove from shadow atlases..
  376. for (const RID &E : light_instance->shadow_atlases) {
  377. ShadowAtlas *shadow_atlas = shadow_atlas_owner.get_or_null(E);
  378. ERR_CONTINUE(!shadow_atlas->shadow_owners.has(p_light));
  379. uint32_t key = shadow_atlas->shadow_owners[p_light];
  380. uint32_t q = (key >> QUADRANT_SHIFT) & 0x3;
  381. uint32_t s = key & SHADOW_INDEX_MASK;
  382. shadow_atlas->quadrants[q].shadows.write[s].owner = RID();
  383. if (key & OMNI_LIGHT_FLAG) {
  384. // Omni lights use two atlas spots, make sure to clear the other as well
  385. shadow_atlas->quadrants[q].shadows.write[s + 1].owner = RID();
  386. }
  387. shadow_atlas->shadow_owners.erase(p_light);
  388. }
  389. if (light_instance->light_type != RS::LIGHT_DIRECTIONAL) {
  390. ForwardIDStorage::get_singleton()->free_forward_id(light_instance->light_type == RS::LIGHT_OMNI ? FORWARD_ID_TYPE_OMNI_LIGHT : FORWARD_ID_TYPE_SPOT_LIGHT, light_instance->forward_id);
  391. }
  392. light_instance_owner.free(p_light);
  393. }
  394. void LightStorage::light_instance_set_transform(RID p_light_instance, const Transform3D &p_transform) {
  395. LightInstance *light_instance = light_instance_owner.get_or_null(p_light_instance);
  396. ERR_FAIL_NULL(light_instance);
  397. light_instance->transform = p_transform;
  398. }
  399. void LightStorage::light_instance_set_aabb(RID p_light_instance, const AABB &p_aabb) {
  400. LightInstance *light_instance = light_instance_owner.get_or_null(p_light_instance);
  401. ERR_FAIL_NULL(light_instance);
  402. light_instance->aabb = p_aabb;
  403. }
  404. void LightStorage::light_instance_set_shadow_transform(RID p_light_instance, const Projection &p_projection, const Transform3D &p_transform, float p_far, float p_split, int p_pass, float p_shadow_texel_size, float p_bias_scale, float p_range_begin, const Vector2 &p_uv_scale) {
  405. LightInstance *light_instance = light_instance_owner.get_or_null(p_light_instance);
  406. ERR_FAIL_NULL(light_instance);
  407. ERR_FAIL_INDEX(p_pass, 6);
  408. light_instance->shadow_transform[p_pass].camera = p_projection;
  409. light_instance->shadow_transform[p_pass].transform = p_transform;
  410. light_instance->shadow_transform[p_pass].farplane = p_far;
  411. light_instance->shadow_transform[p_pass].split = p_split;
  412. light_instance->shadow_transform[p_pass].bias_scale = p_bias_scale;
  413. light_instance->shadow_transform[p_pass].range_begin = p_range_begin;
  414. light_instance->shadow_transform[p_pass].shadow_texel_size = p_shadow_texel_size;
  415. light_instance->shadow_transform[p_pass].uv_scale = p_uv_scale;
  416. }
  417. void LightStorage::light_instance_mark_visible(RID p_light_instance) {
  418. LightInstance *light_instance = light_instance_owner.get_or_null(p_light_instance);
  419. ERR_FAIL_NULL(light_instance);
  420. light_instance->last_scene_pass = RendererSceneRenderRD::get_singleton()->get_scene_pass();
  421. }
  422. /* LIGHT DATA */
  423. void LightStorage::free_light_data() {
  424. if (directional_light_buffer.is_valid()) {
  425. RD::get_singleton()->free(directional_light_buffer);
  426. directional_light_buffer = RID();
  427. }
  428. if (omni_light_buffer.is_valid()) {
  429. RD::get_singleton()->free(omni_light_buffer);
  430. omni_light_buffer = RID();
  431. }
  432. if (spot_light_buffer.is_valid()) {
  433. RD::get_singleton()->free(spot_light_buffer);
  434. spot_light_buffer = RID();
  435. }
  436. if (directional_lights != nullptr) {
  437. memdelete_arr(directional_lights);
  438. directional_lights = nullptr;
  439. }
  440. if (omni_lights != nullptr) {
  441. memdelete_arr(omni_lights);
  442. omni_lights = nullptr;
  443. }
  444. if (spot_lights != nullptr) {
  445. memdelete_arr(spot_lights);
  446. spot_lights = nullptr;
  447. }
  448. if (omni_light_sort != nullptr) {
  449. memdelete_arr(omni_light_sort);
  450. omni_light_sort = nullptr;
  451. }
  452. if (spot_light_sort != nullptr) {
  453. memdelete_arr(spot_light_sort);
  454. spot_light_sort = nullptr;
  455. }
  456. }
  457. void LightStorage::set_max_lights(const uint32_t p_max_lights) {
  458. max_lights = p_max_lights;
  459. uint32_t light_buffer_size = max_lights * sizeof(LightData);
  460. omni_lights = memnew_arr(LightData, max_lights);
  461. omni_light_buffer = RD::get_singleton()->storage_buffer_create(light_buffer_size);
  462. omni_light_sort = memnew_arr(LightInstanceDepthSort, max_lights);
  463. spot_lights = memnew_arr(LightData, max_lights);
  464. spot_light_buffer = RD::get_singleton()->storage_buffer_create(light_buffer_size);
  465. spot_light_sort = memnew_arr(LightInstanceDepthSort, max_lights);
  466. //defines += "\n#define MAX_LIGHT_DATA_STRUCTS " + itos(max_lights) + "\n";
  467. max_directional_lights = RendererSceneRender::MAX_DIRECTIONAL_LIGHTS;
  468. uint32_t directional_light_buffer_size = max_directional_lights * sizeof(DirectionalLightData);
  469. directional_lights = memnew_arr(DirectionalLightData, max_directional_lights);
  470. directional_light_buffer = RD::get_singleton()->uniform_buffer_create(directional_light_buffer_size);
  471. }
  472. void LightStorage::update_light_buffers(RenderDataRD *p_render_data, const PagedArray<RID> &p_lights, const Transform3D &p_camera_transform, RID p_shadow_atlas, bool p_using_shadows, uint32_t &r_directional_light_count, uint32_t &r_positional_light_count, bool &r_directional_light_soft_shadows) {
  473. ForwardIDStorage *forward_id_storage = ForwardIDStorage::get_singleton();
  474. RendererRD::TextureStorage *texture_storage = RendererRD::TextureStorage::get_singleton();
  475. Transform3D inverse_transform = p_camera_transform.affine_inverse();
  476. r_directional_light_count = 0;
  477. r_positional_light_count = 0;
  478. omni_light_count = 0;
  479. spot_light_count = 0;
  480. r_directional_light_soft_shadows = false;
  481. for (int i = 0; i < (int)p_lights.size(); i++) {
  482. LightInstance *light_instance = light_instance_owner.get_or_null(p_lights[i]);
  483. if (!light_instance) {
  484. continue;
  485. }
  486. Light *light = light_owner.get_or_null(light_instance->light);
  487. ERR_CONTINUE(light == nullptr);
  488. switch (light->type) {
  489. case RS::LIGHT_DIRECTIONAL: {
  490. if (r_directional_light_count >= max_directional_lights || light->directional_sky_mode == RS::LIGHT_DIRECTIONAL_SKY_MODE_SKY_ONLY) {
  491. continue;
  492. }
  493. DirectionalLightData &light_data = directional_lights[r_directional_light_count];
  494. Transform3D light_transform = light_instance->transform;
  495. Vector3 direction = inverse_transform.basis.xform(light_transform.basis.xform(Vector3(0, 0, 1))).normalized();
  496. light_data.direction[0] = direction.x;
  497. light_data.direction[1] = direction.y;
  498. light_data.direction[2] = direction.z;
  499. float sign = light->negative ? -1 : 1;
  500. light_data.energy = sign * light->param[RS::LIGHT_PARAM_ENERGY];
  501. if (RendererSceneRenderRD::get_singleton()->is_using_physical_light_units()) {
  502. light_data.energy *= light->param[RS::LIGHT_PARAM_INTENSITY];
  503. } else {
  504. light_data.energy *= Math_PI;
  505. }
  506. if (p_render_data->camera_attributes.is_valid()) {
  507. light_data.energy *= RSG::camera_attributes->camera_attributes_get_exposure_normalization_factor(p_render_data->camera_attributes);
  508. }
  509. Color linear_col = light->color.srgb_to_linear();
  510. light_data.color[0] = linear_col.r;
  511. light_data.color[1] = linear_col.g;
  512. light_data.color[2] = linear_col.b;
  513. light_data.specular = light->param[RS::LIGHT_PARAM_SPECULAR];
  514. light_data.volumetric_fog_energy = light->param[RS::LIGHT_PARAM_VOLUMETRIC_FOG_ENERGY];
  515. light_data.mask = light->cull_mask;
  516. float size = light->param[RS::LIGHT_PARAM_SIZE];
  517. light_data.size = 1.0 - Math::cos(Math::deg_to_rad(size)); //angle to cosine offset
  518. light_data.shadow_opacity = (p_using_shadows && light->shadow)
  519. ? light->param[RS::LIGHT_PARAM_SHADOW_OPACITY]
  520. : 0.0;
  521. float angular_diameter = light->param[RS::LIGHT_PARAM_SIZE];
  522. if (angular_diameter > 0.0) {
  523. // I know tan(0) is 0, but let's not risk it with numerical precision.
  524. // technically this will keep expanding until reaching the sun, but all we care
  525. // is expand until we reach the radius of the near plane (there can't be more occluders than that)
  526. angular_diameter = Math::tan(Math::deg_to_rad(angular_diameter));
  527. if (light->shadow && light->param[RS::LIGHT_PARAM_SHADOW_BLUR] > 0.0) {
  528. // Only enable PCSS-like soft shadows if blurring is enabled.
  529. // Otherwise, performance would decrease with no visual difference.
  530. r_directional_light_soft_shadows = true;
  531. }
  532. } else {
  533. angular_diameter = 0.0;
  534. }
  535. light_data.bake_mode = light->bake_mode;
  536. if (light_data.shadow_opacity > 0.001) {
  537. RS::LightDirectionalShadowMode smode = light->directional_shadow_mode;
  538. light_data.soft_shadow_scale = light->param[RS::LIGHT_PARAM_SHADOW_BLUR];
  539. light_data.softshadow_angle = angular_diameter;
  540. if (angular_diameter <= 0.0) {
  541. light_data.soft_shadow_scale *= RendererSceneRenderRD::get_singleton()->directional_shadow_quality_radius_get(); // Only use quality radius for PCF
  542. }
  543. int limit = smode == RS::LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL ? 0 : (smode == RS::LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS ? 1 : 3);
  544. light_data.blend_splits = (smode != RS::LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL) && light->directional_blend_splits;
  545. for (int j = 0; j < 4; j++) {
  546. Rect2 atlas_rect = light_instance->shadow_transform[j].atlas_rect;
  547. Projection correction;
  548. correction.set_depth_correction(false, true, false);
  549. Projection matrix = correction * light_instance->shadow_transform[j].camera;
  550. float split = light_instance->shadow_transform[MIN(limit, j)].split;
  551. Projection bias;
  552. bias.set_light_bias();
  553. Projection rectm;
  554. rectm.set_light_atlas_rect(atlas_rect);
  555. Transform3D modelview = (inverse_transform * light_instance->shadow_transform[j].transform).inverse();
  556. Projection shadow_mtx = rectm * bias * matrix * modelview;
  557. light_data.shadow_split_offsets[j] = split;
  558. float bias_scale = light_instance->shadow_transform[j].bias_scale * light_data.soft_shadow_scale;
  559. light_data.shadow_bias[j] = light->param[RS::LIGHT_PARAM_SHADOW_BIAS] / 100.0 * bias_scale;
  560. light_data.shadow_normal_bias[j] = light->param[RS::LIGHT_PARAM_SHADOW_NORMAL_BIAS] * light_instance->shadow_transform[j].shadow_texel_size;
  561. light_data.shadow_transmittance_bias[j] = light->param[RS::LIGHT_PARAM_TRANSMITTANCE_BIAS] / 100.0 * bias_scale;
  562. light_data.shadow_z_range[j] = light_instance->shadow_transform[j].farplane;
  563. light_data.shadow_range_begin[j] = light_instance->shadow_transform[j].range_begin;
  564. RendererRD::MaterialStorage::store_camera(shadow_mtx, light_data.shadow_matrices[j]);
  565. Vector2 uv_scale = light_instance->shadow_transform[j].uv_scale;
  566. uv_scale *= atlas_rect.size; //adapt to atlas size
  567. switch (j) {
  568. case 0: {
  569. light_data.uv_scale1[0] = uv_scale.x;
  570. light_data.uv_scale1[1] = uv_scale.y;
  571. } break;
  572. case 1: {
  573. light_data.uv_scale2[0] = uv_scale.x;
  574. light_data.uv_scale2[1] = uv_scale.y;
  575. } break;
  576. case 2: {
  577. light_data.uv_scale3[0] = uv_scale.x;
  578. light_data.uv_scale3[1] = uv_scale.y;
  579. } break;
  580. case 3: {
  581. light_data.uv_scale4[0] = uv_scale.x;
  582. light_data.uv_scale4[1] = uv_scale.y;
  583. } break;
  584. }
  585. }
  586. float fade_start = light->param[RS::LIGHT_PARAM_SHADOW_FADE_START];
  587. light_data.fade_from = -light_data.shadow_split_offsets[3] * MIN(fade_start, 0.999); //using 1.0 would break smoothstep
  588. light_data.fade_to = -light_data.shadow_split_offsets[3];
  589. }
  590. r_directional_light_count++;
  591. } break;
  592. case RS::LIGHT_OMNI: {
  593. if (omni_light_count >= max_lights) {
  594. continue;
  595. }
  596. Transform3D light_transform = light_instance->transform;
  597. const real_t distance = p_camera_transform.origin.distance_to(light_transform.origin);
  598. if (light->distance_fade) {
  599. const float fade_begin = light->distance_fade_begin;
  600. const float fade_length = light->distance_fade_length;
  601. if (distance > fade_begin) {
  602. if (distance > fade_begin + fade_length) {
  603. // Out of range, don't draw this light to improve performance.
  604. continue;
  605. }
  606. }
  607. }
  608. omni_light_sort[omni_light_count].light_instance = light_instance;
  609. omni_light_sort[omni_light_count].light = light;
  610. omni_light_sort[omni_light_count].depth = distance;
  611. omni_light_count++;
  612. } break;
  613. case RS::LIGHT_SPOT: {
  614. if (spot_light_count >= max_lights) {
  615. continue;
  616. }
  617. Transform3D light_transform = light_instance->transform;
  618. const real_t distance = p_camera_transform.origin.distance_to(light_transform.origin);
  619. if (light->distance_fade) {
  620. const float fade_begin = light->distance_fade_begin;
  621. const float fade_length = light->distance_fade_length;
  622. if (distance > fade_begin) {
  623. if (distance > fade_begin + fade_length) {
  624. // Out of range, don't draw this light to improve performance.
  625. continue;
  626. }
  627. }
  628. }
  629. spot_light_sort[spot_light_count].light_instance = light_instance;
  630. spot_light_sort[spot_light_count].light = light;
  631. spot_light_sort[spot_light_count].depth = distance;
  632. spot_light_count++;
  633. } break;
  634. }
  635. light_instance->last_pass = RSG::rasterizer->get_frame_number();
  636. }
  637. if (omni_light_count) {
  638. SortArray<LightInstanceDepthSort> sorter;
  639. sorter.sort(omni_light_sort, omni_light_count);
  640. }
  641. if (spot_light_count) {
  642. SortArray<LightInstanceDepthSort> sorter;
  643. sorter.sort(spot_light_sort, spot_light_count);
  644. }
  645. bool using_forward_ids = forward_id_storage->uses_forward_ids();
  646. for (uint32_t i = 0; i < (omni_light_count + spot_light_count); i++) {
  647. uint32_t index = (i < omni_light_count) ? i : i - (omni_light_count);
  648. LightData &light_data = (i < omni_light_count) ? omni_lights[index] : spot_lights[index];
  649. RS::LightType type = (i < omni_light_count) ? RS::LIGHT_OMNI : RS::LIGHT_SPOT;
  650. LightInstance *light_instance = (i < omni_light_count) ? omni_light_sort[index].light_instance : spot_light_sort[index].light_instance;
  651. Light *light = (i < omni_light_count) ? omni_light_sort[index].light : spot_light_sort[index].light;
  652. real_t distance = (i < omni_light_count) ? omni_light_sort[index].depth : spot_light_sort[index].depth;
  653. if (using_forward_ids) {
  654. forward_id_storage->map_forward_id(type == RS::LIGHT_OMNI ? RendererRD::FORWARD_ID_TYPE_OMNI_LIGHT : RendererRD::FORWARD_ID_TYPE_SPOT_LIGHT, light_instance->forward_id, index, light_instance->last_pass);
  655. }
  656. Transform3D light_transform = light_instance->transform;
  657. float sign = light->negative ? -1 : 1;
  658. Color linear_col = light->color.srgb_to_linear();
  659. light_data.attenuation = light->param[RS::LIGHT_PARAM_ATTENUATION];
  660. // Reuse fade begin, fade length and distance for shadow LOD determination later.
  661. float fade_begin = 0.0;
  662. float fade_shadow = 0.0;
  663. float fade_length = 0.0;
  664. float fade = 1.0;
  665. float shadow_opacity_fade = 1.0;
  666. if (light->distance_fade) {
  667. fade_begin = light->distance_fade_begin;
  668. fade_shadow = light->distance_fade_shadow;
  669. fade_length = light->distance_fade_length;
  670. // Use `smoothstep()` to make opacity changes more gradual and less noticeable to the player.
  671. if (distance > fade_begin) {
  672. fade = Math::smoothstep(0.0f, 1.0f, 1.0f - float(distance - fade_begin) / fade_length);
  673. }
  674. if (distance > fade_shadow) {
  675. shadow_opacity_fade = Math::smoothstep(0.0f, 1.0f, 1.0f - float(distance - fade_shadow) / fade_length);
  676. }
  677. }
  678. float energy = sign * light->param[RS::LIGHT_PARAM_ENERGY] * fade;
  679. if (RendererSceneRenderRD::get_singleton()->is_using_physical_light_units()) {
  680. energy *= light->param[RS::LIGHT_PARAM_INTENSITY];
  681. // Convert from Luminous Power to Luminous Intensity
  682. if (type == RS::LIGHT_OMNI) {
  683. energy *= 1.0 / (Math_PI * 4.0);
  684. } else {
  685. // Spot Lights are not physically accurate, Luminous Intensity should change in relation to the cone angle.
  686. // We make this assumption to keep them easy to control.
  687. energy *= 1.0 / Math_PI;
  688. }
  689. } else {
  690. energy *= Math_PI;
  691. }
  692. if (p_render_data->camera_attributes.is_valid()) {
  693. energy *= RSG::camera_attributes->camera_attributes_get_exposure_normalization_factor(p_render_data->camera_attributes);
  694. }
  695. light_data.color[0] = linear_col.r * energy;
  696. light_data.color[1] = linear_col.g * energy;
  697. light_data.color[2] = linear_col.b * energy;
  698. light_data.specular_amount = light->param[RS::LIGHT_PARAM_SPECULAR] * 2.0;
  699. light_data.volumetric_fog_energy = light->param[RS::LIGHT_PARAM_VOLUMETRIC_FOG_ENERGY];
  700. light_data.bake_mode = light->bake_mode;
  701. float radius = MAX(0.001, light->param[RS::LIGHT_PARAM_RANGE]);
  702. light_data.inv_radius = 1.0 / radius;
  703. Vector3 pos = inverse_transform.xform(light_transform.origin);
  704. light_data.position[0] = pos.x;
  705. light_data.position[1] = pos.y;
  706. light_data.position[2] = pos.z;
  707. Vector3 direction = inverse_transform.basis.xform(light_transform.basis.xform(Vector3(0, 0, -1))).normalized();
  708. light_data.direction[0] = direction.x;
  709. light_data.direction[1] = direction.y;
  710. light_data.direction[2] = direction.z;
  711. float size = light->param[RS::LIGHT_PARAM_SIZE];
  712. light_data.size = size;
  713. light_data.inv_spot_attenuation = 1.0f / light->param[RS::LIGHT_PARAM_SPOT_ATTENUATION];
  714. float spot_angle = light->param[RS::LIGHT_PARAM_SPOT_ANGLE];
  715. light_data.cos_spot_angle = Math::cos(Math::deg_to_rad(spot_angle));
  716. light_data.mask = light->cull_mask;
  717. light_data.atlas_rect[0] = 0;
  718. light_data.atlas_rect[1] = 0;
  719. light_data.atlas_rect[2] = 0;
  720. light_data.atlas_rect[3] = 0;
  721. RID projector = light->projector;
  722. if (projector.is_valid()) {
  723. Rect2 rect = texture_storage->decal_atlas_get_texture_rect(projector);
  724. if (type == RS::LIGHT_SPOT) {
  725. light_data.projector_rect[0] = rect.position.x;
  726. light_data.projector_rect[1] = rect.position.y + rect.size.height; //flip because shadow is flipped
  727. light_data.projector_rect[2] = rect.size.width;
  728. light_data.projector_rect[3] = -rect.size.height;
  729. } else {
  730. light_data.projector_rect[0] = rect.position.x;
  731. light_data.projector_rect[1] = rect.position.y;
  732. light_data.projector_rect[2] = rect.size.width;
  733. light_data.projector_rect[3] = rect.size.height * 0.5; //used by dp, so needs to be half
  734. }
  735. } else {
  736. light_data.projector_rect[0] = 0;
  737. light_data.projector_rect[1] = 0;
  738. light_data.projector_rect[2] = 0;
  739. light_data.projector_rect[3] = 0;
  740. }
  741. const bool needs_shadow =
  742. p_using_shadows &&
  743. owns_shadow_atlas(p_shadow_atlas) &&
  744. shadow_atlas_owns_light_instance(p_shadow_atlas, light_instance->self) &&
  745. light->shadow;
  746. bool in_shadow_range = true;
  747. if (needs_shadow && light->distance_fade) {
  748. if (distance > light->distance_fade_shadow + light->distance_fade_length) {
  749. // Out of range, don't draw shadows to improve performance.
  750. in_shadow_range = false;
  751. }
  752. }
  753. if (needs_shadow && in_shadow_range) {
  754. // fill in the shadow information
  755. light_data.shadow_opacity = light->param[RS::LIGHT_PARAM_SHADOW_OPACITY] * shadow_opacity_fade;
  756. float shadow_texel_size = light_instance_get_shadow_texel_size(light_instance->self, p_shadow_atlas);
  757. light_data.shadow_normal_bias = light->param[RS::LIGHT_PARAM_SHADOW_NORMAL_BIAS] * shadow_texel_size * 10.0;
  758. if (type == RS::LIGHT_SPOT) {
  759. light_data.shadow_bias = light->param[RS::LIGHT_PARAM_SHADOW_BIAS] / 100.0;
  760. } else { //omni
  761. light_data.shadow_bias = light->param[RS::LIGHT_PARAM_SHADOW_BIAS];
  762. }
  763. light_data.transmittance_bias = light->param[RS::LIGHT_PARAM_TRANSMITTANCE_BIAS];
  764. Vector2i omni_offset;
  765. Rect2 rect = light_instance_get_shadow_atlas_rect(light_instance->self, p_shadow_atlas, omni_offset);
  766. light_data.atlas_rect[0] = rect.position.x;
  767. light_data.atlas_rect[1] = rect.position.y;
  768. light_data.atlas_rect[2] = rect.size.width;
  769. light_data.atlas_rect[3] = rect.size.height;
  770. light_data.soft_shadow_scale = light->param[RS::LIGHT_PARAM_SHADOW_BLUR];
  771. if (type == RS::LIGHT_OMNI) {
  772. Transform3D proj = (inverse_transform * light_transform).inverse();
  773. RendererRD::MaterialStorage::store_transform(proj, light_data.shadow_matrix);
  774. if (size > 0.0 && light_data.soft_shadow_scale > 0.0) {
  775. // Only enable PCSS-like soft shadows if blurring is enabled.
  776. // Otherwise, performance would decrease with no visual difference.
  777. light_data.soft_shadow_size = size;
  778. } else {
  779. light_data.soft_shadow_size = 0.0;
  780. light_data.soft_shadow_scale *= RendererSceneRenderRD::get_singleton()->shadows_quality_radius_get(); // Only use quality radius for PCF
  781. }
  782. light_data.direction[0] = omni_offset.x * float(rect.size.width);
  783. light_data.direction[1] = omni_offset.y * float(rect.size.height);
  784. } else if (type == RS::LIGHT_SPOT) {
  785. Transform3D modelview = (inverse_transform * light_transform).inverse();
  786. Projection bias;
  787. bias.set_light_bias();
  788. Projection correction;
  789. correction.set_depth_correction(false, true, false);
  790. Projection cm = correction * light_instance->shadow_transform[0].camera;
  791. Projection shadow_mtx = bias * cm * modelview;
  792. RendererRD::MaterialStorage::store_camera(shadow_mtx, light_data.shadow_matrix);
  793. if (size > 0.0 && light_data.soft_shadow_scale > 0.0) {
  794. // Only enable PCSS-like soft shadows if blurring is enabled.
  795. // Otherwise, performance would decrease with no visual difference.
  796. float half_np = cm.get_z_near() * Math::tan(Math::deg_to_rad(spot_angle));
  797. light_data.soft_shadow_size = (size * 0.5 / radius) / (half_np / cm.get_z_near()) * rect.size.width;
  798. } else {
  799. light_data.soft_shadow_size = 0.0;
  800. light_data.soft_shadow_scale *= RendererSceneRenderRD::get_singleton()->shadows_quality_radius_get(); // Only use quality radius for PCF
  801. }
  802. light_data.shadow_bias *= light_data.soft_shadow_scale;
  803. }
  804. } else {
  805. light_data.shadow_opacity = 0.0;
  806. }
  807. light_instance->cull_mask = light->cull_mask;
  808. // hook for subclass to do further processing.
  809. RendererSceneRenderRD::get_singleton()->setup_added_light(type, light_transform, radius, spot_angle);
  810. r_positional_light_count++;
  811. }
  812. //update without barriers
  813. if (omni_light_count) {
  814. RD::get_singleton()->buffer_update(omni_light_buffer, 0, sizeof(LightData) * omni_light_count, omni_lights);
  815. }
  816. if (spot_light_count) {
  817. RD::get_singleton()->buffer_update(spot_light_buffer, 0, sizeof(LightData) * spot_light_count, spot_lights);
  818. }
  819. if (r_directional_light_count) {
  820. RD::get_singleton()->buffer_update(directional_light_buffer, 0, sizeof(DirectionalLightData) * r_directional_light_count, directional_lights);
  821. }
  822. }
  823. /* REFLECTION PROBE */
  824. RID LightStorage::reflection_probe_allocate() {
  825. return reflection_probe_owner.allocate_rid();
  826. }
  827. void LightStorage::reflection_probe_initialize(RID p_reflection_probe) {
  828. reflection_probe_owner.initialize_rid(p_reflection_probe, ReflectionProbe());
  829. }
  830. void LightStorage::reflection_probe_free(RID p_rid) {
  831. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_rid);
  832. reflection_probe->dependency.deleted_notify(p_rid);
  833. reflection_probe_owner.free(p_rid);
  834. }
  835. void LightStorage::reflection_probe_set_update_mode(RID p_probe, RS::ReflectionProbeUpdateMode p_mode) {
  836. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  837. ERR_FAIL_NULL(reflection_probe);
  838. reflection_probe->update_mode = p_mode;
  839. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  840. }
  841. void LightStorage::reflection_probe_set_intensity(RID p_probe, float p_intensity) {
  842. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  843. ERR_FAIL_NULL(reflection_probe);
  844. reflection_probe->intensity = p_intensity;
  845. }
  846. void LightStorage::reflection_probe_set_ambient_mode(RID p_probe, RS::ReflectionProbeAmbientMode p_mode) {
  847. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  848. ERR_FAIL_NULL(reflection_probe);
  849. reflection_probe->ambient_mode = p_mode;
  850. }
  851. void LightStorage::reflection_probe_set_ambient_color(RID p_probe, const Color &p_color) {
  852. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  853. ERR_FAIL_NULL(reflection_probe);
  854. reflection_probe->ambient_color = p_color;
  855. }
  856. void LightStorage::reflection_probe_set_ambient_energy(RID p_probe, float p_energy) {
  857. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  858. ERR_FAIL_NULL(reflection_probe);
  859. reflection_probe->ambient_color_energy = p_energy;
  860. }
  861. void LightStorage::reflection_probe_set_max_distance(RID p_probe, float p_distance) {
  862. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  863. ERR_FAIL_NULL(reflection_probe);
  864. reflection_probe->max_distance = p_distance;
  865. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  866. }
  867. void LightStorage::reflection_probe_set_size(RID p_probe, const Vector3 &p_size) {
  868. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  869. ERR_FAIL_NULL(reflection_probe);
  870. if (reflection_probe->size == p_size) {
  871. return;
  872. }
  873. reflection_probe->size = p_size;
  874. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  875. }
  876. void LightStorage::reflection_probe_set_origin_offset(RID p_probe, const Vector3 &p_offset) {
  877. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  878. ERR_FAIL_NULL(reflection_probe);
  879. reflection_probe->origin_offset = p_offset;
  880. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  881. }
  882. void LightStorage::reflection_probe_set_as_interior(RID p_probe, bool p_enable) {
  883. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  884. ERR_FAIL_NULL(reflection_probe);
  885. reflection_probe->interior = p_enable;
  886. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  887. }
  888. void LightStorage::reflection_probe_set_enable_box_projection(RID p_probe, bool p_enable) {
  889. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  890. ERR_FAIL_NULL(reflection_probe);
  891. reflection_probe->box_projection = p_enable;
  892. }
  893. void LightStorage::reflection_probe_set_enable_shadows(RID p_probe, bool p_enable) {
  894. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  895. ERR_FAIL_NULL(reflection_probe);
  896. reflection_probe->enable_shadows = p_enable;
  897. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  898. }
  899. void LightStorage::reflection_probe_set_cull_mask(RID p_probe, uint32_t p_layers) {
  900. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  901. ERR_FAIL_NULL(reflection_probe);
  902. reflection_probe->cull_mask = p_layers;
  903. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  904. }
  905. void LightStorage::reflection_probe_set_reflection_mask(RID p_probe, uint32_t p_layers) {
  906. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  907. ERR_FAIL_NULL(reflection_probe);
  908. reflection_probe->reflection_mask = p_layers;
  909. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  910. }
  911. void LightStorage::reflection_probe_set_resolution(RID p_probe, int p_resolution) {
  912. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  913. ERR_FAIL_NULL(reflection_probe);
  914. ERR_FAIL_COND(p_resolution < 32);
  915. reflection_probe->resolution = p_resolution;
  916. }
  917. void LightStorage::reflection_probe_set_mesh_lod_threshold(RID p_probe, float p_ratio) {
  918. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  919. ERR_FAIL_NULL(reflection_probe);
  920. reflection_probe->mesh_lod_threshold = p_ratio;
  921. reflection_probe->dependency.changed_notify(Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE);
  922. }
  923. void LightStorage::reflection_probe_set_baked_exposure(RID p_probe, float p_exposure) {
  924. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  925. ERR_FAIL_NULL(reflection_probe);
  926. reflection_probe->baked_exposure = p_exposure;
  927. }
  928. AABB LightStorage::reflection_probe_get_aabb(RID p_probe) const {
  929. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  930. ERR_FAIL_NULL_V(reflection_probe, AABB());
  931. AABB aabb;
  932. aabb.position = -reflection_probe->size / 2;
  933. aabb.size = reflection_probe->size;
  934. return aabb;
  935. }
  936. RS::ReflectionProbeUpdateMode LightStorage::reflection_probe_get_update_mode(RID p_probe) const {
  937. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  938. ERR_FAIL_NULL_V(reflection_probe, RS::REFLECTION_PROBE_UPDATE_ALWAYS);
  939. return reflection_probe->update_mode;
  940. }
  941. uint32_t LightStorage::reflection_probe_get_cull_mask(RID p_probe) const {
  942. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  943. ERR_FAIL_NULL_V(reflection_probe, 0);
  944. return reflection_probe->cull_mask;
  945. }
  946. uint32_t LightStorage::reflection_probe_get_reflection_mask(RID p_probe) const {
  947. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  948. ERR_FAIL_NULL_V(reflection_probe, 0);
  949. return reflection_probe->reflection_mask;
  950. }
  951. Vector3 LightStorage::reflection_probe_get_size(RID p_probe) const {
  952. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  953. ERR_FAIL_NULL_V(reflection_probe, Vector3());
  954. return reflection_probe->size;
  955. }
  956. Vector3 LightStorage::reflection_probe_get_origin_offset(RID p_probe) const {
  957. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  958. ERR_FAIL_NULL_V(reflection_probe, Vector3());
  959. return reflection_probe->origin_offset;
  960. }
  961. bool LightStorage::reflection_probe_renders_shadows(RID p_probe) const {
  962. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  963. ERR_FAIL_NULL_V(reflection_probe, false);
  964. return reflection_probe->enable_shadows;
  965. }
  966. float LightStorage::reflection_probe_get_origin_max_distance(RID p_probe) const {
  967. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  968. ERR_FAIL_NULL_V(reflection_probe, 0);
  969. return reflection_probe->max_distance;
  970. }
  971. float LightStorage::reflection_probe_get_mesh_lod_threshold(RID p_probe) const {
  972. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  973. ERR_FAIL_NULL_V(reflection_probe, 0);
  974. return reflection_probe->mesh_lod_threshold;
  975. }
  976. int LightStorage::reflection_probe_get_resolution(RID p_probe) const {
  977. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  978. ERR_FAIL_NULL_V(reflection_probe, 0);
  979. return reflection_probe->resolution;
  980. }
  981. float LightStorage::reflection_probe_get_baked_exposure(RID p_probe) const {
  982. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  983. ERR_FAIL_NULL_V(reflection_probe, 1.0);
  984. return reflection_probe->baked_exposure;
  985. }
  986. float LightStorage::reflection_probe_get_intensity(RID p_probe) const {
  987. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  988. ERR_FAIL_NULL_V(reflection_probe, 0);
  989. return reflection_probe->intensity;
  990. }
  991. bool LightStorage::reflection_probe_is_interior(RID p_probe) const {
  992. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  993. ERR_FAIL_NULL_V(reflection_probe, false);
  994. return reflection_probe->interior;
  995. }
  996. bool LightStorage::reflection_probe_is_box_projection(RID p_probe) const {
  997. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  998. ERR_FAIL_NULL_V(reflection_probe, false);
  999. return reflection_probe->box_projection;
  1000. }
  1001. RS::ReflectionProbeAmbientMode LightStorage::reflection_probe_get_ambient_mode(RID p_probe) const {
  1002. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  1003. ERR_FAIL_NULL_V(reflection_probe, RS::REFLECTION_PROBE_AMBIENT_DISABLED);
  1004. return reflection_probe->ambient_mode;
  1005. }
  1006. Color LightStorage::reflection_probe_get_ambient_color(RID p_probe) const {
  1007. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  1008. ERR_FAIL_NULL_V(reflection_probe, Color());
  1009. return reflection_probe->ambient_color;
  1010. }
  1011. float LightStorage::reflection_probe_get_ambient_color_energy(RID p_probe) const {
  1012. const ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  1013. ERR_FAIL_NULL_V(reflection_probe, 0);
  1014. return reflection_probe->ambient_color_energy;
  1015. }
  1016. Dependency *LightStorage::reflection_probe_get_dependency(RID p_probe) const {
  1017. ReflectionProbe *reflection_probe = reflection_probe_owner.get_or_null(p_probe);
  1018. ERR_FAIL_NULL_V(reflection_probe, nullptr);
  1019. return &reflection_probe->dependency;
  1020. }
  1021. /* REFLECTION ATLAS */
  1022. RID LightStorage::reflection_atlas_create() {
  1023. ReflectionAtlas ra;
  1024. ra.count = GLOBAL_GET("rendering/reflections/reflection_atlas/reflection_count");
  1025. ra.size = GLOBAL_GET("rendering/reflections/reflection_atlas/reflection_size");
  1026. ra.cluster_builder = nullptr;
  1027. return reflection_atlas_owner.make_rid(ra);
  1028. }
  1029. void LightStorage::reflection_atlas_free(RID p_ref_atlas) {
  1030. reflection_atlas_set_size(p_ref_atlas, 0, 0);
  1031. ReflectionAtlas *ra = reflection_atlas_owner.get_or_null(p_ref_atlas);
  1032. if (ra->cluster_builder) {
  1033. memdelete(ra->cluster_builder);
  1034. }
  1035. reflection_atlas_owner.free(p_ref_atlas);
  1036. }
  1037. void LightStorage::reflection_atlas_set_size(RID p_ref_atlas, int p_reflection_size, int p_reflection_count) {
  1038. ReflectionAtlas *ra = reflection_atlas_owner.get_or_null(p_ref_atlas);
  1039. ERR_FAIL_NULL(ra);
  1040. if (ra->size == p_reflection_size && ra->count == p_reflection_count) {
  1041. return; //no changes
  1042. }
  1043. if (ra->cluster_builder) {
  1044. // only if we're using our cluster
  1045. ra->cluster_builder->setup(Size2i(ra->size, ra->size), max_cluster_elements, RID(), RID(), RID());
  1046. }
  1047. ra->size = p_reflection_size;
  1048. ra->count = p_reflection_count;
  1049. if (ra->reflection.is_valid()) {
  1050. //clear and invalidate everything
  1051. RD::get_singleton()->free(ra->reflection);
  1052. ra->reflection = RID();
  1053. RD::get_singleton()->free(ra->depth_buffer);
  1054. ra->depth_buffer = RID();
  1055. for (int i = 0; i < ra->reflections.size(); i++) {
  1056. ra->reflections.write[i].data.clear_reflection_data();
  1057. if (ra->reflections[i].owner.is_null()) {
  1058. continue;
  1059. }
  1060. reflection_probe_release_atlas_index(ra->reflections[i].owner);
  1061. //rp->atlasindex clear
  1062. }
  1063. ra->reflections.clear();
  1064. }
  1065. if (ra->render_buffers.is_valid()) {
  1066. ra->render_buffers->cleanup();
  1067. }
  1068. }
  1069. int LightStorage::reflection_atlas_get_size(RID p_ref_atlas) const {
  1070. ReflectionAtlas *ra = reflection_atlas_owner.get_or_null(p_ref_atlas);
  1071. ERR_FAIL_NULL_V(ra, 0);
  1072. return ra->size;
  1073. }
  1074. /* REFLECTION PROBE INSTANCE */
  1075. RID LightStorage::reflection_probe_instance_create(RID p_probe) {
  1076. ReflectionProbeInstance rpi;
  1077. rpi.probe = p_probe;
  1078. rpi.forward_id = ForwardIDStorage::get_singleton()->allocate_forward_id(FORWARD_ID_TYPE_REFLECTION_PROBE);
  1079. return reflection_probe_instance_owner.make_rid(rpi);
  1080. }
  1081. void LightStorage::reflection_probe_instance_free(RID p_instance) {
  1082. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1083. ForwardIDStorage::get_singleton()->free_forward_id(FORWARD_ID_TYPE_REFLECTION_PROBE, rpi->forward_id);
  1084. reflection_probe_release_atlas_index(p_instance);
  1085. reflection_probe_instance_owner.free(p_instance);
  1086. }
  1087. void LightStorage::reflection_probe_instance_set_transform(RID p_instance, const Transform3D &p_transform) {
  1088. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1089. ERR_FAIL_NULL(rpi);
  1090. rpi->transform = p_transform;
  1091. rpi->dirty = true;
  1092. }
  1093. bool LightStorage::reflection_probe_has_atlas_index(RID p_instance) {
  1094. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1095. ERR_FAIL_NULL_V(rpi, false);
  1096. if (rpi->atlas.is_null()) {
  1097. return false;
  1098. }
  1099. return rpi->atlas_index >= 0;
  1100. }
  1101. void LightStorage::reflection_probe_release_atlas_index(RID p_instance) {
  1102. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1103. ERR_FAIL_NULL(rpi);
  1104. if (rpi->atlas.is_null()) {
  1105. return; //nothing to release
  1106. }
  1107. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(rpi->atlas);
  1108. ERR_FAIL_NULL(atlas);
  1109. ERR_FAIL_INDEX(rpi->atlas_index, atlas->reflections.size());
  1110. atlas->reflections.write[rpi->atlas_index].owner = RID();
  1111. // TODO investigate if this is enough? shouldn't we be freeing our textures and framebuffers?
  1112. if (rpi->rendering) {
  1113. // We were cancelled mid rendering, trigger refresh.
  1114. rpi->rendering = false;
  1115. rpi->dirty = true;
  1116. rpi->processing_layer = 1;
  1117. rpi->processing_side = 0;
  1118. }
  1119. rpi->atlas_index = -1;
  1120. rpi->atlas = RID();
  1121. }
  1122. bool LightStorage::reflection_probe_instance_needs_redraw(RID p_instance) {
  1123. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1124. ERR_FAIL_NULL_V(rpi, false);
  1125. if (rpi->rendering) {
  1126. return false;
  1127. }
  1128. if (rpi->dirty) {
  1129. return true;
  1130. }
  1131. if (LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS) {
  1132. return true;
  1133. }
  1134. return rpi->atlas_index == -1;
  1135. }
  1136. bool LightStorage::reflection_probe_instance_has_reflection(RID p_instance) {
  1137. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1138. ERR_FAIL_NULL_V(rpi, false);
  1139. return rpi->atlas.is_valid();
  1140. }
  1141. bool LightStorage::reflection_probe_instance_begin_render(RID p_instance, RID p_reflection_atlas) {
  1142. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(p_reflection_atlas);
  1143. ERR_FAIL_NULL_V(atlas, false);
  1144. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1145. ERR_FAIL_NULL_V(rpi, false);
  1146. if (atlas->render_buffers.is_null()) {
  1147. atlas->render_buffers.instantiate();
  1148. }
  1149. RD::get_singleton()->draw_command_begin_label("Reflection probe render");
  1150. if (LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS && atlas->reflection.is_valid() && atlas->size != 256) {
  1151. WARN_PRINT("ReflectionProbes set to UPDATE_ALWAYS must have an atlas size of 256. Please update the atlas size in the ProjectSettings.");
  1152. reflection_atlas_set_size(p_reflection_atlas, 256, atlas->count);
  1153. }
  1154. if (LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS && atlas->reflection.is_valid() && atlas->reflections[0].data.layers[0].mipmaps.size() != 8) {
  1155. // Invalidate reflection atlas, need to regenerate
  1156. RD::get_singleton()->free(atlas->reflection);
  1157. atlas->reflection = RID();
  1158. for (int i = 0; i < atlas->reflections.size(); i++) {
  1159. if (atlas->reflections[i].owner.is_null()) {
  1160. continue;
  1161. }
  1162. reflection_probe_release_atlas_index(atlas->reflections[i].owner);
  1163. }
  1164. atlas->reflections.clear();
  1165. }
  1166. if (atlas->reflection.is_null()) {
  1167. int mipmaps = MIN(RendererSceneRenderRD::get_singleton()->get_sky()->roughness_layers, Image::get_image_required_mipmaps(atlas->size, atlas->size, Image::FORMAT_RGBAH) + 1);
  1168. mipmaps = LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS ? 8 : mipmaps; // always use 8 mipmaps with real time filtering
  1169. {
  1170. //reflection atlas was unused, create:
  1171. RD::TextureFormat tf;
  1172. tf.array_layers = 6 * atlas->count;
  1173. tf.format = get_reflection_probe_color_format();
  1174. tf.texture_type = RD::TEXTURE_TYPE_CUBE_ARRAY;
  1175. tf.mipmaps = mipmaps;
  1176. tf.width = atlas->size;
  1177. tf.height = atlas->size;
  1178. tf.usage_bits = get_reflection_probe_color_usage_bits();
  1179. atlas->reflection = RD::get_singleton()->texture_create(tf, RD::TextureView());
  1180. }
  1181. {
  1182. RD::TextureFormat tf;
  1183. tf.format = get_reflection_probe_depth_format();
  1184. tf.width = atlas->size;
  1185. tf.height = atlas->size;
  1186. tf.usage_bits = get_reflection_probe_depth_usage_bits();
  1187. atlas->depth_buffer = RD::get_singleton()->texture_create(tf, RD::TextureView());
  1188. }
  1189. atlas->reflections.resize(atlas->count);
  1190. for (int i = 0; i < atlas->count; i++) {
  1191. atlas->reflections.write[i].data.update_reflection_data(atlas->size, mipmaps, false, atlas->reflection, i * 6, LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS, RendererSceneRenderRD::get_singleton()->get_sky()->roughness_layers, RendererSceneRenderRD::get_singleton()->_render_buffers_get_color_format());
  1192. for (int j = 0; j < 6; j++) {
  1193. atlas->reflections.write[i].fbs[j] = RendererSceneRenderRD::get_singleton()->reflection_probe_create_framebuffer(atlas->reflections.write[i].data.layers[0].mipmaps[0].views[j], atlas->depth_buffer);
  1194. }
  1195. }
  1196. Vector<RID> fb;
  1197. fb.push_back(atlas->depth_buffer);
  1198. atlas->depth_fb = RD::get_singleton()->framebuffer_create(fb);
  1199. atlas->render_buffers->configure_for_reflections(Size2i(atlas->size, atlas->size));
  1200. }
  1201. if (rpi->atlas_index == -1) {
  1202. for (int i = 0; i < atlas->reflections.size(); i++) {
  1203. if (atlas->reflections[i].owner.is_null()) {
  1204. rpi->atlas_index = i;
  1205. break;
  1206. }
  1207. }
  1208. //find the one used last
  1209. if (rpi->atlas_index == -1) {
  1210. //everything is in use, find the one least used via LRU
  1211. uint64_t pass_min = 0;
  1212. for (int i = 0; i < atlas->reflections.size(); i++) {
  1213. ReflectionProbeInstance *rpi2 = reflection_probe_instance_owner.get_or_null(atlas->reflections[i].owner);
  1214. if (rpi2->last_pass < pass_min) {
  1215. pass_min = rpi2->last_pass;
  1216. rpi->atlas_index = i;
  1217. }
  1218. }
  1219. }
  1220. }
  1221. if (rpi->atlas_index != -1) { // should we fail if this is still -1 ?
  1222. atlas->reflections.write[rpi->atlas_index].owner = p_instance;
  1223. }
  1224. rpi->atlas = p_reflection_atlas;
  1225. rpi->rendering = true;
  1226. rpi->dirty = false;
  1227. rpi->processing_layer = 1;
  1228. rpi->processing_side = 0;
  1229. RD::get_singleton()->draw_command_end_label();
  1230. return true;
  1231. }
  1232. Ref<RenderSceneBuffers> LightStorage::reflection_probe_atlas_get_render_buffers(RID p_reflection_atlas) {
  1233. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(p_reflection_atlas);
  1234. ERR_FAIL_NULL_V(atlas, Ref<RenderSceneBuffersRD>());
  1235. return atlas->render_buffers;
  1236. }
  1237. bool LightStorage::reflection_probe_instance_postprocess_step(RID p_instance) {
  1238. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1239. ERR_FAIL_NULL_V(rpi, false);
  1240. ERR_FAIL_COND_V(!rpi->rendering, false);
  1241. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(rpi->atlas);
  1242. if (!atlas || rpi->atlas_index == -1) {
  1243. // Does not belong to an atlas anymore, cancel (was removed from atlas or atlas changed while rendering).
  1244. rpi->rendering = false;
  1245. return false;
  1246. }
  1247. if (LightStorage::get_singleton()->reflection_probe_get_update_mode(rpi->probe) == RS::REFLECTION_PROBE_UPDATE_ALWAYS) {
  1248. // Using real time reflections, all roughness is done in one step
  1249. atlas->reflections.write[rpi->atlas_index].data.create_reflection_fast_filter(false);
  1250. rpi->rendering = false;
  1251. rpi->processing_side = 0;
  1252. rpi->processing_layer = 1;
  1253. return true;
  1254. }
  1255. if (rpi->processing_layer > 1) {
  1256. atlas->reflections.write[rpi->atlas_index].data.create_reflection_importance_sample(false, 10, rpi->processing_layer, RendererSceneRenderRD::get_singleton()->get_sky()->sky_ggx_samples_quality);
  1257. rpi->processing_layer++;
  1258. if (rpi->processing_layer == atlas->reflections[rpi->atlas_index].data.layers[0].mipmaps.size()) {
  1259. rpi->rendering = false;
  1260. rpi->processing_side = 0;
  1261. rpi->processing_layer = 1;
  1262. return true;
  1263. }
  1264. return false;
  1265. } else {
  1266. atlas->reflections.write[rpi->atlas_index].data.create_reflection_importance_sample(false, rpi->processing_side, rpi->processing_layer, RendererSceneRenderRD::get_singleton()->get_sky()->sky_ggx_samples_quality);
  1267. }
  1268. rpi->processing_side++;
  1269. if (rpi->processing_side == 6) {
  1270. rpi->processing_side = 0;
  1271. rpi->processing_layer++;
  1272. if (rpi->processing_layer == atlas->reflections[rpi->atlas_index].data.layers[0].mipmaps.size()) {
  1273. rpi->rendering = false;
  1274. rpi->processing_layer = 1;
  1275. return true;
  1276. }
  1277. }
  1278. return false;
  1279. }
  1280. uint32_t LightStorage::reflection_probe_instance_get_resolution(RID p_instance) {
  1281. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1282. ERR_FAIL_NULL_V(rpi, 0);
  1283. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(rpi->atlas);
  1284. ERR_FAIL_NULL_V(atlas, 0);
  1285. return atlas->size;
  1286. }
  1287. RID LightStorage::reflection_probe_instance_get_framebuffer(RID p_instance, int p_index) {
  1288. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1289. ERR_FAIL_NULL_V(rpi, RID());
  1290. ERR_FAIL_INDEX_V(p_index, 6, RID());
  1291. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(rpi->atlas);
  1292. ERR_FAIL_NULL_V(atlas, RID());
  1293. return atlas->reflections[rpi->atlas_index].fbs[p_index];
  1294. }
  1295. RID LightStorage::reflection_probe_instance_get_depth_framebuffer(RID p_instance, int p_index) {
  1296. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1297. ERR_FAIL_NULL_V(rpi, RID());
  1298. ERR_FAIL_INDEX_V(p_index, 6, RID());
  1299. ReflectionAtlas *atlas = reflection_atlas_owner.get_or_null(rpi->atlas);
  1300. ERR_FAIL_NULL_V(atlas, RID());
  1301. return atlas->depth_fb;
  1302. }
  1303. ClusterBuilderRD *LightStorage::reflection_probe_instance_get_cluster_builder(RID p_instance, ClusterBuilderSharedDataRD *p_cluster_builder_shared) {
  1304. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_instance);
  1305. ReflectionAtlas *ra = reflection_atlas_owner.get_or_null(rpi->atlas);
  1306. if (!ra) {
  1307. ERR_PRINT("reflection probe has no reflection atlas! Bug?");
  1308. return nullptr;
  1309. } else {
  1310. if (ra->cluster_builder == nullptr) {
  1311. ra->cluster_builder = memnew(ClusterBuilderRD);
  1312. ra->cluster_builder->set_shared(p_cluster_builder_shared);
  1313. ra->cluster_builder->setup(Size2i(ra->size, ra->size), get_max_cluster_elements(), RID(), RID(), RID());
  1314. }
  1315. return ra->cluster_builder;
  1316. }
  1317. }
  1318. /* REFLECTION DATA */
  1319. void LightStorage::free_reflection_data() {
  1320. if (reflection_buffer.is_valid()) {
  1321. RD::get_singleton()->free(reflection_buffer);
  1322. reflection_buffer = RID();
  1323. }
  1324. if (reflections != nullptr) {
  1325. memdelete_arr(reflections);
  1326. reflections = nullptr;
  1327. }
  1328. if (reflection_sort != nullptr) {
  1329. memdelete_arr(reflection_sort);
  1330. reflection_sort = nullptr;
  1331. }
  1332. }
  1333. void LightStorage::set_max_reflection_probes(const uint32_t p_max_reflection_probes) {
  1334. max_reflections = p_max_reflection_probes;
  1335. reflections = memnew_arr(ReflectionData, max_reflections);
  1336. reflection_sort = memnew_arr(ReflectionProbeInstanceSort, max_reflections);
  1337. reflection_buffer = RD::get_singleton()->storage_buffer_create(sizeof(ReflectionData) * max_reflections);
  1338. }
  1339. void LightStorage::update_reflection_probe_buffer(RenderDataRD *p_render_data, const PagedArray<RID> &p_reflections, const Transform3D &p_camera_inverse_transform, RID p_environment) {
  1340. ForwardIDStorage *forward_id_storage = ForwardIDStorage::get_singleton();
  1341. reflection_count = 0;
  1342. for (uint32_t i = 0; i < (uint32_t)p_reflections.size(); i++) {
  1343. if (reflection_count == max_reflections) {
  1344. break;
  1345. }
  1346. ReflectionProbeInstance *rpi = reflection_probe_instance_owner.get_or_null(p_reflections[i]);
  1347. if (!rpi) {
  1348. continue;
  1349. }
  1350. Transform3D transform = rpi->transform;
  1351. reflection_sort[reflection_count].probe_instance = rpi;
  1352. reflection_sort[reflection_count].depth = -p_camera_inverse_transform.xform(transform.origin).z;
  1353. reflection_count++;
  1354. }
  1355. if (reflection_count > 0) {
  1356. SortArray<ReflectionProbeInstanceSort> sort_array;
  1357. sort_array.sort(reflection_sort, reflection_count);
  1358. }
  1359. bool using_forward_ids = forward_id_storage->uses_forward_ids();
  1360. for (uint32_t i = 0; i < reflection_count; i++) {
  1361. ReflectionProbeInstance *rpi = reflection_sort[i].probe_instance;
  1362. rpi->last_pass = RSG::rasterizer->get_frame_number();
  1363. if (using_forward_ids) {
  1364. forward_id_storage->map_forward_id(FORWARD_ID_TYPE_REFLECTION_PROBE, rpi->forward_id, i, rpi->last_pass);
  1365. }
  1366. ReflectionProbe *probe = reflection_probe_owner.get_or_null(rpi->probe);
  1367. ReflectionData &reflection_ubo = reflections[i];
  1368. Vector3 extents = probe->size / 2;
  1369. rpi->cull_mask = probe->reflection_mask;
  1370. reflection_ubo.box_extents[0] = extents.x;
  1371. reflection_ubo.box_extents[1] = extents.y;
  1372. reflection_ubo.box_extents[2] = extents.z;
  1373. reflection_ubo.index = rpi->atlas_index;
  1374. Vector3 origin_offset = probe->origin_offset;
  1375. reflection_ubo.box_offset[0] = origin_offset.x;
  1376. reflection_ubo.box_offset[1] = origin_offset.y;
  1377. reflection_ubo.box_offset[2] = origin_offset.z;
  1378. reflection_ubo.mask = probe->reflection_mask;
  1379. reflection_ubo.intensity = probe->intensity;
  1380. reflection_ubo.ambient_mode = probe->ambient_mode;
  1381. reflection_ubo.exterior = !probe->interior;
  1382. reflection_ubo.box_project = probe->box_projection;
  1383. reflection_ubo.exposure_normalization = 1.0;
  1384. if (p_render_data->camera_attributes.is_valid()) {
  1385. float exposure = RSG::camera_attributes->camera_attributes_get_exposure_normalization_factor(p_render_data->camera_attributes);
  1386. reflection_ubo.exposure_normalization = exposure / probe->baked_exposure;
  1387. }
  1388. Color ambient_linear = probe->ambient_color.srgb_to_linear();
  1389. float interior_ambient_energy = probe->ambient_color_energy;
  1390. reflection_ubo.ambient[0] = ambient_linear.r * interior_ambient_energy;
  1391. reflection_ubo.ambient[1] = ambient_linear.g * interior_ambient_energy;
  1392. reflection_ubo.ambient[2] = ambient_linear.b * interior_ambient_energy;
  1393. Transform3D transform = rpi->transform;
  1394. Transform3D proj = (p_camera_inverse_transform * transform).inverse();
  1395. MaterialStorage::store_transform(proj, reflection_ubo.local_matrix);
  1396. // hook for subclass to do further processing.
  1397. RendererSceneRenderRD::get_singleton()->setup_added_reflection_probe(transform, extents);
  1398. }
  1399. if (reflection_count) {
  1400. RD::get_singleton()->buffer_update(reflection_buffer, 0, reflection_count * sizeof(ReflectionData), reflections);
  1401. }
  1402. }
  1403. RD::DataFormat LightStorage::get_reflection_probe_color_format() {
  1404. return RendererSceneRenderRD::get_singleton()->_render_buffers_get_color_format();
  1405. }
  1406. uint32_t LightStorage::get_reflection_probe_color_usage_bits() {
  1407. return RD::TEXTURE_USAGE_COLOR_ATTACHMENT_BIT | RD::TEXTURE_USAGE_SAMPLING_BIT | (RendererSceneRenderRD::get_singleton()->_render_buffers_can_be_storage() ? RD::TEXTURE_USAGE_STORAGE_BIT : 0);
  1408. }
  1409. RD::DataFormat LightStorage::get_reflection_probe_depth_format() {
  1410. return RD::get_singleton()->texture_is_format_supported_for_usage(RD::DATA_FORMAT_D32_SFLOAT, RD::TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) ? RD::DATA_FORMAT_D32_SFLOAT : RD::DATA_FORMAT_X8_D24_UNORM_PACK32;
  1411. }
  1412. uint32_t LightStorage::get_reflection_probe_depth_usage_bits() {
  1413. return RD::TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | RD::TEXTURE_USAGE_SAMPLING_BIT;
  1414. }
  1415. /* LIGHTMAP API */
  1416. RID LightStorage::lightmap_allocate() {
  1417. return lightmap_owner.allocate_rid();
  1418. }
  1419. void LightStorage::lightmap_initialize(RID p_lightmap) {
  1420. lightmap_owner.initialize_rid(p_lightmap, Lightmap());
  1421. }
  1422. void LightStorage::lightmap_free(RID p_rid) {
  1423. lightmap_set_textures(p_rid, RID(), false);
  1424. Lightmap *lightmap = lightmap_owner.get_or_null(p_rid);
  1425. lightmap->dependency.deleted_notify(p_rid);
  1426. lightmap_owner.free(p_rid);
  1427. }
  1428. void LightStorage::lightmap_set_textures(RID p_lightmap, RID p_light, bool p_uses_spherical_haromics) {
  1429. TextureStorage *texture_storage = TextureStorage::get_singleton();
  1430. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1431. ERR_FAIL_NULL(lm);
  1432. lightmap_array_version++;
  1433. //erase lightmap users
  1434. if (lm->light_texture.is_valid()) {
  1435. TextureStorage::Texture *t = texture_storage->get_texture(lm->light_texture);
  1436. if (t) {
  1437. t->lightmap_users.erase(p_lightmap);
  1438. }
  1439. }
  1440. TextureStorage::Texture *t = texture_storage->get_texture(p_light);
  1441. lm->light_texture = p_light;
  1442. lm->uses_spherical_harmonics = p_uses_spherical_haromics;
  1443. RID default_2d_array = texture_storage->texture_rd_get_default(TextureStorage::DEFAULT_RD_TEXTURE_2D_ARRAY_WHITE);
  1444. if (!t) {
  1445. if (using_lightmap_array) {
  1446. if (lm->array_index >= 0) {
  1447. lightmap_textures.write[lm->array_index] = default_2d_array;
  1448. lm->array_index = -1;
  1449. }
  1450. }
  1451. return;
  1452. }
  1453. t->lightmap_users.insert(p_lightmap);
  1454. lm->light_texture_size = Vector2i(t->width, t->height);
  1455. if (using_lightmap_array) {
  1456. if (lm->array_index < 0) {
  1457. //not in array, try to put in array
  1458. for (int i = 0; i < lightmap_textures.size(); i++) {
  1459. if (lightmap_textures[i] == default_2d_array) {
  1460. lm->array_index = i;
  1461. break;
  1462. }
  1463. }
  1464. }
  1465. ERR_FAIL_COND_MSG(lm->array_index < 0, "Maximum amount of lightmaps in use (" + itos(lightmap_textures.size()) + ") has been exceeded, lightmap will nod display properly.");
  1466. lightmap_textures.write[lm->array_index] = t->rd_texture;
  1467. }
  1468. }
  1469. void LightStorage::lightmap_set_probe_bounds(RID p_lightmap, const AABB &p_bounds) {
  1470. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1471. ERR_FAIL_NULL(lm);
  1472. lm->bounds = p_bounds;
  1473. }
  1474. void LightStorage::lightmap_set_probe_interior(RID p_lightmap, bool p_interior) {
  1475. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1476. ERR_FAIL_NULL(lm);
  1477. lm->interior = p_interior;
  1478. }
  1479. void LightStorage::lightmap_set_probe_capture_data(RID p_lightmap, const PackedVector3Array &p_points, const PackedColorArray &p_point_sh, const PackedInt32Array &p_tetrahedra, const PackedInt32Array &p_bsp_tree) {
  1480. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1481. ERR_FAIL_NULL(lm);
  1482. if (p_points.size()) {
  1483. ERR_FAIL_COND(p_points.size() * 9 != p_point_sh.size());
  1484. ERR_FAIL_COND((p_tetrahedra.size() % 4) != 0);
  1485. ERR_FAIL_COND((p_bsp_tree.size() % 6) != 0);
  1486. }
  1487. lm->points = p_points;
  1488. lm->bsp_tree = p_bsp_tree;
  1489. lm->point_sh = p_point_sh;
  1490. lm->tetrahedra = p_tetrahedra;
  1491. }
  1492. void LightStorage::lightmap_set_baked_exposure_normalization(RID p_lightmap, float p_exposure) {
  1493. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1494. ERR_FAIL_NULL(lm);
  1495. lm->baked_exposure = p_exposure;
  1496. }
  1497. PackedVector3Array LightStorage::lightmap_get_probe_capture_points(RID p_lightmap) const {
  1498. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1499. ERR_FAIL_NULL_V(lm, PackedVector3Array());
  1500. return lm->points;
  1501. }
  1502. PackedColorArray LightStorage::lightmap_get_probe_capture_sh(RID p_lightmap) const {
  1503. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1504. ERR_FAIL_NULL_V(lm, PackedColorArray());
  1505. return lm->point_sh;
  1506. }
  1507. PackedInt32Array LightStorage::lightmap_get_probe_capture_tetrahedra(RID p_lightmap) const {
  1508. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1509. ERR_FAIL_NULL_V(lm, PackedInt32Array());
  1510. return lm->tetrahedra;
  1511. }
  1512. PackedInt32Array LightStorage::lightmap_get_probe_capture_bsp_tree(RID p_lightmap) const {
  1513. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1514. ERR_FAIL_NULL_V(lm, PackedInt32Array());
  1515. return lm->bsp_tree;
  1516. }
  1517. void LightStorage::lightmap_set_probe_capture_update_speed(float p_speed) {
  1518. lightmap_probe_capture_update_speed = p_speed;
  1519. }
  1520. Dependency *LightStorage::lightmap_get_dependency(RID p_lightmap) const {
  1521. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1522. ERR_FAIL_NULL_V(lm, nullptr);
  1523. return &lm->dependency;
  1524. }
  1525. void LightStorage::lightmap_tap_sh_light(RID p_lightmap, const Vector3 &p_point, Color *r_sh) {
  1526. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1527. ERR_FAIL_NULL(lm);
  1528. for (int i = 0; i < 9; i++) {
  1529. r_sh[i] = Color(0, 0, 0, 0);
  1530. }
  1531. if (!lm->points.size() || !lm->bsp_tree.size() || !lm->tetrahedra.size()) {
  1532. return;
  1533. }
  1534. static_assert(sizeof(Lightmap::BSP) == 24);
  1535. const Lightmap::BSP *bsp = (const Lightmap::BSP *)lm->bsp_tree.ptr();
  1536. int32_t node = 0;
  1537. while (node >= 0) {
  1538. if (Plane(bsp[node].plane[0], bsp[node].plane[1], bsp[node].plane[2], bsp[node].plane[3]).is_point_over(p_point)) {
  1539. #ifdef DEBUG_ENABLED
  1540. ERR_FAIL_COND(bsp[node].over >= 0 && bsp[node].over < node);
  1541. #endif
  1542. node = bsp[node].over;
  1543. } else {
  1544. #ifdef DEBUG_ENABLED
  1545. ERR_FAIL_COND(bsp[node].under >= 0 && bsp[node].under < node);
  1546. #endif
  1547. node = bsp[node].under;
  1548. }
  1549. }
  1550. if (node == Lightmap::BSP::EMPTY_LEAF) {
  1551. return; //nothing could be done
  1552. }
  1553. node = ABS(node) - 1;
  1554. uint32_t *tetrahedron = (uint32_t *)&lm->tetrahedra[node * 4];
  1555. Vector3 points[4] = { lm->points[tetrahedron[0]], lm->points[tetrahedron[1]], lm->points[tetrahedron[2]], lm->points[tetrahedron[3]] };
  1556. const Color *sh_colors[4]{ &lm->point_sh[tetrahedron[0] * 9], &lm->point_sh[tetrahedron[1] * 9], &lm->point_sh[tetrahedron[2] * 9], &lm->point_sh[tetrahedron[3] * 9] };
  1557. Color barycentric = Geometry3D::tetrahedron_get_barycentric_coords(points[0], points[1], points[2], points[3], p_point);
  1558. for (int i = 0; i < 4; i++) {
  1559. float c = CLAMP(barycentric[i], 0.0, 1.0);
  1560. for (int j = 0; j < 9; j++) {
  1561. r_sh[j] += sh_colors[i][j] * c;
  1562. }
  1563. }
  1564. }
  1565. bool LightStorage::lightmap_is_interior(RID p_lightmap) const {
  1566. const Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1567. ERR_FAIL_NULL_V(lm, false);
  1568. return lm->interior;
  1569. }
  1570. AABB LightStorage::lightmap_get_aabb(RID p_lightmap) const {
  1571. const Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1572. ERR_FAIL_NULL_V(lm, AABB());
  1573. return lm->bounds;
  1574. }
  1575. void LightStorage::lightmap_set_shadowmask_textures(RID p_lightmap, RID p_shadow) {
  1576. TextureStorage *texture_storage = TextureStorage::get_singleton();
  1577. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1578. ERR_FAIL_NULL(lm);
  1579. // Erase lightmap users from shadow texture.
  1580. if (lm->shadow_texture.is_valid()) {
  1581. TextureStorage::Texture *t = texture_storage->get_texture(lm->shadow_texture);
  1582. if (t) {
  1583. t->lightmap_users.erase(p_lightmap);
  1584. }
  1585. }
  1586. TextureStorage::Texture *t = texture_storage->get_texture(p_shadow);
  1587. lm->shadow_texture = p_shadow;
  1588. RID default_2d_array = texture_storage->texture_rd_get_default(TextureStorage::DEFAULT_RD_TEXTURE_2D_ARRAY_WHITE);
  1589. if (!t) {
  1590. if (lm->array_index >= 0) {
  1591. shadowmask_textures.write[lm->array_index] = default_2d_array;
  1592. lm->array_index = -1;
  1593. }
  1594. return;
  1595. }
  1596. t->lightmap_users.insert(p_lightmap);
  1597. if (lm->array_index < 0) {
  1598. // Not in array, try to put in array.
  1599. for (int i = 0; i < shadowmask_textures.size(); i++) {
  1600. if (shadowmask_textures[i] == default_2d_array) {
  1601. lm->array_index = i;
  1602. break;
  1603. }
  1604. }
  1605. }
  1606. ERR_FAIL_COND_MSG(lm->array_index < 0, vformat("Maximum amount of shadowmasks in use (%d) has been exceeded, shadowmask will not display properly.", shadowmask_textures.size()));
  1607. shadowmask_textures.write[lm->array_index] = t->rd_texture;
  1608. }
  1609. RS::ShadowmaskMode LightStorage::lightmap_get_shadowmask_mode(RID p_lightmap) {
  1610. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1611. ERR_FAIL_NULL_V(lm, RS::SHADOWMASK_MODE_NONE);
  1612. return lm->shadowmask_mode;
  1613. }
  1614. void LightStorage::lightmap_set_shadowmask_mode(RID p_lightmap, RS::ShadowmaskMode p_mode) {
  1615. Lightmap *lm = lightmap_owner.get_or_null(p_lightmap);
  1616. ERR_FAIL_NULL(lm);
  1617. lm->shadowmask_mode = p_mode;
  1618. }
  1619. /* LIGHTMAP INSTANCE */
  1620. RID LightStorage::lightmap_instance_create(RID p_lightmap) {
  1621. LightmapInstance li;
  1622. li.lightmap = p_lightmap;
  1623. return lightmap_instance_owner.make_rid(li);
  1624. }
  1625. void LightStorage::lightmap_instance_free(RID p_lightmap) {
  1626. lightmap_instance_owner.free(p_lightmap);
  1627. }
  1628. void LightStorage::lightmap_instance_set_transform(RID p_lightmap, const Transform3D &p_transform) {
  1629. LightmapInstance *li = lightmap_instance_owner.get_or_null(p_lightmap);
  1630. ERR_FAIL_NULL(li);
  1631. li->transform = p_transform;
  1632. }
  1633. /* SHADOW ATLAS API */
  1634. RID LightStorage::shadow_atlas_create() {
  1635. return shadow_atlas_owner.make_rid(ShadowAtlas());
  1636. }
  1637. void LightStorage::shadow_atlas_free(RID p_atlas) {
  1638. shadow_atlas_set_size(p_atlas, 0);
  1639. shadow_atlas_owner.free(p_atlas);
  1640. }
  1641. void LightStorage::_update_shadow_atlas(ShadowAtlas *shadow_atlas) {
  1642. if (shadow_atlas->size > 0 && shadow_atlas->depth.is_null()) {
  1643. RD::TextureFormat tf;
  1644. tf.format = get_shadow_atlas_depth_format(shadow_atlas->use_16_bits);
  1645. tf.width = shadow_atlas->size;
  1646. tf.height = shadow_atlas->size;
  1647. tf.usage_bits = get_shadow_atlas_depth_usage_bits();
  1648. shadow_atlas->depth = RD::get_singleton()->texture_create(tf, RD::TextureView());
  1649. Vector<RID> fb_tex;
  1650. fb_tex.push_back(shadow_atlas->depth);
  1651. shadow_atlas->fb = RD::get_singleton()->framebuffer_create(fb_tex);
  1652. }
  1653. }
  1654. void LightStorage::shadow_atlas_set_size(RID p_atlas, int p_size, bool p_16_bits) {
  1655. ShadowAtlas *shadow_atlas = shadow_atlas_owner.get_or_null(p_atlas);
  1656. ERR_FAIL_NULL(shadow_atlas);
  1657. ERR_FAIL_COND(p_size < 0);
  1658. p_size = next_power_of_2(p_size);
  1659. if (p_size == shadow_atlas->size && p_16_bits == shadow_atlas->use_16_bits) {
  1660. return;
  1661. }
  1662. // erasing atlas
  1663. if (shadow_atlas->depth.is_valid()) {
  1664. RD::get_singleton()->free(shadow_atlas->depth);
  1665. shadow_atlas->depth = RID();
  1666. }
  1667. for (int i = 0; i < 4; i++) {
  1668. //clear subdivisions
  1669. shadow_atlas->quadrants[i].shadows.clear();
  1670. shadow_atlas->quadrants[i].shadows.resize(int64_t(shadow_atlas->quadrants[i].subdivision * shadow_atlas->quadrants[i].subdivision));
  1671. }
  1672. //erase shadow atlas reference from lights
  1673. for (const KeyValue<RID, uint32_t> &E : shadow_atlas->shadow_owners) {
  1674. LightInstance *li = light_instance_owner.get_or_null(E.key);
  1675. ERR_CONTINUE(!li);
  1676. li->shadow_atlases.erase(p_atlas);
  1677. }
  1678. //clear owners
  1679. shadow_atlas->shadow_owners.clear();
  1680. shadow_atlas->size = p_size;
  1681. shadow_atlas->use_16_bits = p_16_bits;
  1682. }
  1683. void LightStorage::shadow_atlas_set_quadrant_subdivision(RID p_atlas, int p_quadrant, int p_subdivision) {
  1684. ShadowAtlas *shadow_atlas = shadow_atlas_owner.get_or_null(p_atlas);
  1685. ERR_FAIL_NULL(shadow_atlas);
  1686. ERR_FAIL_INDEX(p_quadrant, 4);
  1687. ERR_FAIL_INDEX(p_subdivision, 16384);
  1688. uint32_t subdiv = next_power_of_2(p_subdivision);
  1689. if (subdiv & 0xaaaaaaaa) { //sqrt(subdiv) must be integer
  1690. subdiv <<= 1;
  1691. }
  1692. subdiv = int(Math::sqrt((float)subdiv));
  1693. //obtain the number that will be x*x
  1694. if (shadow_atlas->quadrants[p_quadrant].subdivision == subdiv) {
  1695. return;
  1696. }
  1697. //erase all data from quadrant
  1698. for (int i = 0; i < shadow_atlas->quadrants[p_quadrant].shadows.size(); i++) {
  1699. if (shadow_atlas->quadrants[p_quadrant].shadows[i].owner.is_valid()) {
  1700. shadow_atlas->shadow_owners.erase(shadow_atlas->quadrants[p_quadrant].shadows[i].owner);
  1701. LightInstance *li = light_instance_owner.get_or_null(shadow_atlas->quadrants[p_quadrant].shadows[i].owner);
  1702. ERR_CONTINUE(!li);
  1703. li->shadow_atlases.erase(p_atlas);
  1704. }
  1705. }
  1706. shadow_atlas->quadrants[p_quadrant].shadows.clear();
  1707. shadow_atlas->quadrants[p_quadrant].shadows.resize(subdiv * subdiv);
  1708. shadow_atlas->quadrants[p_quadrant].subdivision = subdiv;
  1709. //cache the smallest subdiv (for faster allocation in light update)
  1710. shadow_atlas->smallest_subdiv = 1 << 30;
  1711. for (int i = 0; i < 4; i++) {
  1712. if (shadow_atlas->quadrants[i].subdivision) {
  1713. shadow_atlas->smallest_subdiv = MIN(shadow_atlas->smallest_subdiv, shadow_atlas->quadrants[i].subdivision);
  1714. }
  1715. }
  1716. if (shadow_atlas->smallest_subdiv == 1 << 30) {
  1717. shadow_atlas->smallest_subdiv = 0;
  1718. }
  1719. //resort the size orders, simple bublesort for 4 elements..
  1720. int swaps = 0;
  1721. do {
  1722. swaps = 0;
  1723. for (int i = 0; i < 3; i++) {
  1724. if (shadow_atlas->quadrants[shadow_atlas->size_order[i]].subdivision < shadow_atlas->quadrants[shadow_atlas->size_order[i + 1]].subdivision) {
  1725. SWAP(shadow_atlas->size_order[i], shadow_atlas->size_order[i + 1]);
  1726. swaps++;
  1727. }
  1728. }
  1729. } while (swaps > 0);
  1730. }
  1731. bool LightStorage::_shadow_atlas_find_shadow(ShadowAtlas *shadow_atlas, int *p_in_quadrants, int p_quadrant_count, int p_current_subdiv, uint64_t p_tick, int &r_quadrant, int &r_shadow) {
  1732. for (int i = p_quadrant_count - 1; i >= 0; i--) {
  1733. int qidx = p_in_quadrants[i];
  1734. if (shadow_atlas->quadrants[qidx].subdivision == (uint32_t)p_current_subdiv) {
  1735. return false;
  1736. }
  1737. //look for an empty space
  1738. int sc = shadow_atlas->quadrants[qidx].shadows.size();
  1739. const ShadowAtlas::Quadrant::Shadow *sarr = shadow_atlas->quadrants[qidx].shadows.ptr();
  1740. int found_free_idx = -1; //found a free one
  1741. int found_used_idx = -1; //found existing one, must steal it
  1742. uint64_t min_pass = 0; // pass of the existing one, try to use the least recently used one (LRU fashion)
  1743. for (int j = 0; j < sc; j++) {
  1744. if (!sarr[j].owner.is_valid()) {
  1745. found_free_idx = j;
  1746. break;
  1747. }
  1748. LightInstance *sli = light_instance_owner.get_or_null(sarr[j].owner);
  1749. ERR_CONTINUE(!sli);
  1750. if (sli->last_scene_pass != RendererSceneRenderRD::get_singleton()->get_scene_pass()) {
  1751. //was just allocated, don't kill it so soon, wait a bit..
  1752. if (p_tick - sarr[j].alloc_tick < shadow_atlas_realloc_tolerance_msec) {
  1753. continue;
  1754. }
  1755. if (found_used_idx == -1 || sli->last_scene_pass < min_pass) {
  1756. found_used_idx = j;
  1757. min_pass = sli->last_scene_pass;
  1758. }
  1759. }
  1760. }
  1761. if (found_free_idx == -1 && found_used_idx == -1) {
  1762. continue; //nothing found
  1763. }
  1764. if (found_free_idx == -1 && found_used_idx != -1) {
  1765. found_free_idx = found_used_idx;
  1766. }
  1767. r_quadrant = qidx;
  1768. r_shadow = found_free_idx;
  1769. return true;
  1770. }
  1771. return false;
  1772. }
  1773. bool LightStorage::_shadow_atlas_find_omni_shadows(ShadowAtlas *shadow_atlas, int *p_in_quadrants, int p_quadrant_count, int p_current_subdiv, uint64_t p_tick, int &r_quadrant, int &r_shadow) {
  1774. for (int i = p_quadrant_count - 1; i >= 0; i--) {
  1775. int qidx = p_in_quadrants[i];
  1776. if (shadow_atlas->quadrants[qidx].subdivision == (uint32_t)p_current_subdiv) {
  1777. return false;
  1778. }
  1779. //look for an empty space
  1780. int sc = shadow_atlas->quadrants[qidx].shadows.size();
  1781. const ShadowAtlas::Quadrant::Shadow *sarr = shadow_atlas->quadrants[qidx].shadows.ptr();
  1782. int found_idx = -1;
  1783. uint64_t min_pass = 0; // sum of currently selected spots, try to get the least recently used pair
  1784. for (int j = 0; j < sc - 1; j++) {
  1785. uint64_t pass = 0;
  1786. if (sarr[j].owner.is_valid()) {
  1787. LightInstance *sli = light_instance_owner.get_or_null(sarr[j].owner);
  1788. ERR_CONTINUE(!sli);
  1789. if (sli->last_scene_pass == RendererSceneRenderRD::get_singleton()->get_scene_pass()) {
  1790. continue;
  1791. }
  1792. //was just allocated, don't kill it so soon, wait a bit..
  1793. if (p_tick - sarr[j].alloc_tick < shadow_atlas_realloc_tolerance_msec) {
  1794. continue;
  1795. }
  1796. pass += sli->last_scene_pass;
  1797. }
  1798. if (sarr[j + 1].owner.is_valid()) {
  1799. LightInstance *sli = light_instance_owner.get_or_null(sarr[j + 1].owner);
  1800. ERR_CONTINUE(!sli);
  1801. if (sli->last_scene_pass == RendererSceneRenderRD::get_singleton()->get_scene_pass()) {
  1802. continue;
  1803. }
  1804. //was just allocated, don't kill it so soon, wait a bit..
  1805. if (p_tick - sarr[j + 1].alloc_tick < shadow_atlas_realloc_tolerance_msec) {
  1806. continue;
  1807. }
  1808. pass += sli->last_scene_pass;
  1809. }
  1810. if (found_idx == -1 || pass < min_pass) {
  1811. found_idx = j;
  1812. min_pass = pass;
  1813. // we found two empty spots, no need to check the rest
  1814. if (pass == 0) {
  1815. break;
  1816. }
  1817. }
  1818. }
  1819. if (found_idx == -1) {
  1820. continue; //nothing found
  1821. }
  1822. r_quadrant = qidx;
  1823. r_shadow = found_idx;
  1824. return true;
  1825. }
  1826. return false;
  1827. }
  1828. bool LightStorage::shadow_atlas_update_light(RID p_atlas, RID p_light_instance, float p_coverage, uint64_t p_light_version) {
  1829. ShadowAtlas *shadow_atlas = shadow_atlas_owner.get_or_null(p_atlas);
  1830. ERR_FAIL_NULL_V(shadow_atlas, false);
  1831. LightInstance *li = light_instance_owner.get_or_null(p_light_instance);
  1832. ERR_FAIL_NULL_V(li, false);
  1833. if (shadow_atlas->size == 0 || shadow_atlas->smallest_subdiv == 0) {
  1834. return false;
  1835. }
  1836. uint32_t quad_size = shadow_atlas->size >> 1;
  1837. int desired_fit = MIN(quad_size / shadow_atlas->smallest_subdiv, next_power_of_2(quad_size * p_coverage));
  1838. int valid_quadrants[4];
  1839. int valid_quadrant_count = 0;
  1840. int best_size = -1; //best size found
  1841. int best_subdiv = -1; //subdiv for the best size
  1842. //find the quadrants this fits into, and the best possible size it can fit into
  1843. for (int i = 0; i < 4; i++) {
  1844. int q = shadow_atlas->size_order[i];
  1845. int sd = shadow_atlas->quadrants[q].subdivision;
  1846. if (sd == 0) {
  1847. continue; //unused
  1848. }
  1849. int max_fit = quad_size / sd;
  1850. if (best_size != -1 && max_fit > best_size) {
  1851. break; //too large
  1852. }
  1853. valid_quadrants[valid_quadrant_count++] = q;
  1854. best_subdiv = sd;
  1855. if (max_fit >= desired_fit) {
  1856. best_size = max_fit;
  1857. }
  1858. }
  1859. ERR_FAIL_COND_V(valid_quadrant_count == 0, false);
  1860. uint64_t tick = OS::get_singleton()->get_ticks_msec();
  1861. uint32_t old_key = SHADOW_INVALID;
  1862. uint32_t old_quadrant = SHADOW_INVALID;
  1863. uint32_t old_shadow = SHADOW_INVALID;
  1864. int old_subdivision = -1;
  1865. bool should_realloc = false;
  1866. bool should_redraw = false;
  1867. if (shadow_atlas->shadow_owners.has(p_light_instance)) {
  1868. old_key = shadow_atlas->shadow_owners[p_light_instance];
  1869. old_quadrant = (old_key >> QUADRANT_SHIFT) & 0x3;
  1870. old_shadow = old_key & SHADOW_INDEX_MASK;
  1871. should_realloc = shadow_atlas->quadrants[old_quadrant].subdivision != (uint32_t)best_subdiv && (tick - shadow_atlas->quadrants[old_quadrant].shadows[old_shadow].alloc_tick > shadow_atlas_realloc_tolerance_msec);
  1872. should_redraw = shadow_atlas->quadrants[old_quadrant].shadows[old_shadow].version != p_light_version;
  1873. if (!should_realloc) {
  1874. shadow_atlas->quadrants[old_quadrant].shadows.write[old_shadow].version = p_light_version;
  1875. //already existing, see if it should redraw or it's just OK
  1876. return should_redraw;
  1877. }
  1878. old_subdivision = shadow_atlas->quadrants[old_quadrant].subdivision;
  1879. }
  1880. bool is_omni = li->light_type == RS::LIGHT_OMNI;
  1881. bool found_shadow = false;
  1882. int new_quadrant = -1;
  1883. int new_shadow = -1;
  1884. if (is_omni) {
  1885. found_shadow = _shadow_atlas_find_omni_shadows(shadow_atlas, valid_quadrants, valid_quadrant_count, old_subdivision, tick, new_quadrant, new_shadow);
  1886. } else {
  1887. found_shadow = _shadow_atlas_find_shadow(shadow_atlas, valid_quadrants, valid_quadrant_count, old_subdivision, tick, new_quadrant, new_shadow);
  1888. }
  1889. if (found_shadow) {
  1890. if (old_quadrant != SHADOW_INVALID) {
  1891. shadow_atlas->quadrants[old_quadrant].shadows.write[old_shadow].version = 0;
  1892. shadow_atlas->quadrants[old_quadrant].shadows.write[old_shadow].owner = RID();
  1893. if (old_key & OMNI_LIGHT_FLAG) {
  1894. shadow_atlas->quadrants[old_quadrant].shadows.write[old_shadow + 1].version = 0;
  1895. shadow_atlas->quadrants[old_quadrant].shadows.write[old_shadow + 1].owner = RID();
  1896. }
  1897. }
  1898. uint32_t new_key = new_quadrant << QUADRANT_SHIFT;
  1899. new_key |= new_shadow;
  1900. ShadowAtlas::Quadrant::Shadow *sh = &shadow_atlas->quadrants[new_quadrant].shadows.write[new_shadow];
  1901. _shadow_atlas_invalidate_shadow(sh, p_atlas, shadow_atlas, new_quadrant, new_shadow);
  1902. sh->owner = p_light_instance;
  1903. sh->alloc_tick = tick;
  1904. sh->version = p_light_version;
  1905. if (is_omni) {
  1906. new_key |= OMNI_LIGHT_FLAG;
  1907. int new_omni_shadow = new_shadow + 1;
  1908. ShadowAtlas::Quadrant::Shadow *extra_sh = &shadow_atlas->quadrants[new_quadrant].shadows.write[new_omni_shadow];
  1909. _shadow_atlas_invalidate_shadow(extra_sh, p_atlas, shadow_atlas, new_quadrant, new_omni_shadow);
  1910. extra_sh->owner = p_light_instance;
  1911. extra_sh->alloc_tick = tick;
  1912. extra_sh->version = p_light_version;
  1913. }
  1914. li->shadow_atlases.insert(p_atlas);
  1915. //update it in map
  1916. shadow_atlas->shadow_owners[p_light_instance] = new_key;
  1917. //make it dirty, as it should redraw anyway
  1918. return true;
  1919. }
  1920. return should_redraw;
  1921. }
  1922. void LightStorage::_shadow_atlas_invalidate_shadow(ShadowAtlas::Quadrant::Shadow *p_shadow, RID p_atlas, ShadowAtlas *p_shadow_atlas, uint32_t p_quadrant, uint32_t p_shadow_idx) {
  1923. if (p_shadow->owner.is_valid()) {
  1924. LightInstance *sli = light_instance_owner.get_or_null(p_shadow->owner);
  1925. uint32_t old_key = p_shadow_atlas->shadow_owners[p_shadow->owner];
  1926. if (old_key & OMNI_LIGHT_FLAG) {
  1927. uint32_t s = old_key & SHADOW_INDEX_MASK;
  1928. uint32_t omni_shadow_idx = p_shadow_idx + (s == (uint32_t)p_shadow_idx ? 1 : -1);
  1929. ShadowAtlas::Quadrant::Shadow *omni_shadow = &p_shadow_atlas->quadrants[p_quadrant].shadows.write[omni_shadow_idx];
  1930. omni_shadow->version = 0;
  1931. omni_shadow->owner = RID();
  1932. }
  1933. p_shadow_atlas->shadow_owners.erase(p_shadow->owner);
  1934. p_shadow->version = 0;
  1935. p_shadow->owner = RID();
  1936. sli->shadow_atlases.erase(p_atlas);
  1937. }
  1938. }
  1939. void LightStorage::shadow_atlas_update(RID p_atlas) {
  1940. ShadowAtlas *shadow_atlas = shadow_atlas_owner.get_or_null(p_atlas);
  1941. ERR_FAIL_NULL(shadow_atlas);
  1942. _update_shadow_atlas(shadow_atlas);
  1943. }
  1944. RD::DataFormat LightStorage::get_shadow_atlas_depth_format(bool p_16_bits) {
  1945. return p_16_bits ? RD::DATA_FORMAT_D16_UNORM : RD::DATA_FORMAT_D32_SFLOAT;
  1946. }
  1947. uint32_t LightStorage::get_shadow_atlas_depth_usage_bits() {
  1948. return RD::TEXTURE_USAGE_SAMPLING_BIT | RD::TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT;
  1949. }
  1950. /* DIRECTIONAL SHADOW */
  1951. void LightStorage::update_directional_shadow_atlas() {
  1952. if (directional_shadow.depth.is_null() && directional_shadow.size > 0) {
  1953. RD::TextureFormat tf;
  1954. tf.format = get_shadow_atlas_depth_format(directional_shadow.use_16_bits);
  1955. tf.width = directional_shadow.size;
  1956. tf.height = directional_shadow.size;
  1957. tf.usage_bits = get_shadow_atlas_depth_usage_bits();
  1958. directional_shadow.depth = RD::get_singleton()->texture_create(tf, RD::TextureView());
  1959. Vector<RID> fb_tex;
  1960. fb_tex.push_back(directional_shadow.depth);
  1961. directional_shadow.fb = RD::get_singleton()->framebuffer_create(fb_tex);
  1962. }
  1963. }
  1964. void LightStorage::directional_shadow_atlas_set_size(int p_size, bool p_16_bits) {
  1965. p_size = nearest_power_of_2_templated(p_size);
  1966. if (directional_shadow.size == p_size && directional_shadow.use_16_bits == p_16_bits) {
  1967. return;
  1968. }
  1969. directional_shadow.size = p_size;
  1970. directional_shadow.use_16_bits = p_16_bits;
  1971. if (directional_shadow.depth.is_valid()) {
  1972. RD::get_singleton()->free(directional_shadow.depth);
  1973. directional_shadow.depth = RID();
  1974. RendererSceneRenderRD::get_singleton()->base_uniforms_changed();
  1975. }
  1976. }
  1977. void LightStorage::set_directional_shadow_count(int p_count) {
  1978. directional_shadow.light_count = p_count;
  1979. directional_shadow.current_light = 0;
  1980. }
  1981. static Rect2i _get_directional_shadow_rect(int p_size, int p_shadow_count, int p_shadow_index) {
  1982. int split_h = 1;
  1983. int split_v = 1;
  1984. while (split_h * split_v < p_shadow_count) {
  1985. if (split_h == split_v) {
  1986. split_h <<= 1;
  1987. } else {
  1988. split_v <<= 1;
  1989. }
  1990. }
  1991. Rect2i rect(0, 0, p_size, p_size);
  1992. rect.size.width /= split_h;
  1993. rect.size.height /= split_v;
  1994. rect.position.x = rect.size.width * (p_shadow_index % split_h);
  1995. rect.position.y = rect.size.height * (p_shadow_index / split_h);
  1996. return rect;
  1997. }
  1998. Rect2i LightStorage::get_directional_shadow_rect() {
  1999. return _get_directional_shadow_rect(directional_shadow.size, directional_shadow.light_count, directional_shadow.current_light);
  2000. }
  2001. int LightStorage::get_directional_light_shadow_size(RID p_light_intance) {
  2002. ERR_FAIL_COND_V(directional_shadow.light_count == 0, 0);
  2003. Rect2i r = _get_directional_shadow_rect(directional_shadow.size, directional_shadow.light_count, 0);
  2004. LightInstance *light_instance = light_instance_owner.get_or_null(p_light_intance);
  2005. ERR_FAIL_NULL_V(light_instance, 0);
  2006. switch (light_directional_get_shadow_mode(light_instance->light)) {
  2007. case RS::LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL:
  2008. break; //none
  2009. case RS::LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS:
  2010. r.size.height /= 2;
  2011. break;
  2012. case RS::LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS:
  2013. r.size /= 2;
  2014. break;
  2015. }
  2016. return MAX(r.size.width, r.size.height);
  2017. }
  2018. /* SHADOW CUBEMAPS */
  2019. LightStorage::ShadowCubemap *LightStorage::_get_shadow_cubemap(int p_size) {
  2020. if (!shadow_cubemaps.has(p_size)) {
  2021. ShadowCubemap sc;
  2022. {
  2023. RD::TextureFormat tf;
  2024. tf.format = get_cubemap_depth_format();
  2025. tf.width = p_size;
  2026. tf.height = p_size;
  2027. tf.texture_type = RD::TEXTURE_TYPE_CUBE;
  2028. tf.array_layers = 6;
  2029. tf.usage_bits = get_cubemap_depth_usage_bits();
  2030. sc.cubemap = RD::get_singleton()->texture_create(tf, RD::TextureView());
  2031. }
  2032. for (int i = 0; i < 6; i++) {
  2033. RID side_texture = RD::get_singleton()->texture_create_shared_from_slice(RD::TextureView(), sc.cubemap, i, 0);
  2034. Vector<RID> fbtex;
  2035. fbtex.push_back(side_texture);
  2036. sc.side_fb[i] = RD::get_singleton()->framebuffer_create(fbtex);
  2037. }
  2038. shadow_cubemaps[p_size] = sc;
  2039. }
  2040. return &shadow_cubemaps[p_size];
  2041. }
  2042. RID LightStorage::get_cubemap(int p_size) {
  2043. ShadowCubemap *cubemap = _get_shadow_cubemap(p_size);
  2044. return cubemap->cubemap;
  2045. }
  2046. RID LightStorage::get_cubemap_fb(int p_size, int p_pass) {
  2047. ShadowCubemap *cubemap = _get_shadow_cubemap(p_size);
  2048. return cubemap->side_fb[p_pass];
  2049. }
  2050. RD::DataFormat LightStorage::get_cubemap_depth_format() {
  2051. return RD::get_singleton()->texture_is_format_supported_for_usage(RD::DATA_FORMAT_D32_SFLOAT, RD::TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT) ? RD::DATA_FORMAT_D32_SFLOAT : RD::DATA_FORMAT_X8_D24_UNORM_PACK32;
  2052. }
  2053. uint32_t LightStorage::get_cubemap_depth_usage_bits() {
  2054. return RD::TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | RD::TEXTURE_USAGE_SAMPLING_BIT;
  2055. }
  2056. bool LightStorage::get_shadow_cubemaps_used() const {
  2057. return shadow_cubemaps_used;
  2058. }
  2059. bool LightStorage::get_shadow_dual_paraboloid_used() const {
  2060. return shadow_dual_paraboloid_used;
  2061. }