Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Lightmap 데이터에 연결되는 Texture, Cubemap들의 레퍼런스 링크 탐지가 불가능 #40

Open
connffuused opened this issue Nov 3, 2021 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@connffuused
Copy link
Owner

LightingData, Scene 어디에서도 데이터를 찾을 수 없음

LightingWindow or LightingEditor 에 갖고있는 LightingWindowLightmapPreviewTab 인스턴스에서 다음과 같이 Baked Lightmaps 에 대한 데이터를 확인함

    public void OnGUI(Rect position)
    {
      this.InitSettings();
      this.m_LightmapSettings.Update();
      this.LightmapListGUI(LightmapSettings.lightmaps, LightmapVisualizationUtility.GetRealtimeGITextures(GITextureType.Irradiance));
    }
@connffuused connffuused added the help wanted Extra attention is needed label Nov 3, 2021
@connffuused connffuused self-assigned this Nov 4, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant