소스 검색

Document baking lightmaps on Android/web editor is not supported

This also removes a duplicated heading.
Hugo Locurcio 1 년 전
부모
커밋
4e0bc31f58
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      tutorials/3d/global_illumination/using_lightmap_gi.rst

+ 6 - 3
tutorials/3d/global_illumination/using_lightmap_gi.rst

@@ -60,9 +60,6 @@ Visual comparison
    but lower quality visuals. Notice the blurrier sun shadow in the top-right
    but lower quality visuals. Notice the blurrier sun shadow in the top-right
    corner.
    corner.
 
 
-Visual comparison
------------------
-
 Here are some comparisons of how LightmapGI vs. VoxelGI look. Notice that
 Here are some comparisons of how LightmapGI vs. VoxelGI look. Notice that
 lightmaps are more accurate, but also suffer from the fact
 lightmaps are more accurate, but also suffer from the fact
 that lighting is on an unwrapped texture, so transitions and resolution may not
 that lighting is on an unwrapped texture, so transitions and resolution may not
@@ -77,6 +74,12 @@ large open worlds without any need for baking.
 Setting up
 Setting up
 ----------
 ----------
 
 
+.. warning::
+
+    Baking lightmaps in the Android and web editors is not supported due to
+    graphics API limitations on those devices. On Android and web platforms,
+    only *rendering* lightmaps that were baked on a desktop PC is supported.
+
 First of all, before the lightmapper can do anything, the objects to be baked need
 First of all, before the lightmapper can do anything, the objects to be baked need
 a UV2 layer and a texture size. A UV2 layer is a set of secondary texture coordinates
 a UV2 layer and a texture size. A UV2 layer is a set of secondary texture coordinates
 that ensures any face in the object has its own place in the UV map. Faces must
 that ensures any face in the object has its own place in the UV map. Faces must