light_storage.cpp 86 KB

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