You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns terrain shading material. Diffuse color component is ignored since the diffuse component
269
-
is provided by 2D rendered map texture. Only used when isTerrainShadingEnabled() is ``True``.
269
+
is provided by 2D rendered map texture. Only used when :py:func:`~Qgs3DMapSettings.isTerrainShadingEnabled` is ``True``.
270
270
271
271
.. versionadded:: 3.6
272
272
%End
@@ -287,7 +287,7 @@ Empty map theme name means that the map theme is not overridden and the current
287
287
288
288
.. note::
289
289
290
-
Support for map themes only works if mapThemeCollection() is a valid object (otherwise it is not possible to resolve map themes from names)
290
+
Support for map themes only works if :py:func:`~Qgs3DMapSettings.mapThemeCollection` is a valid object (otherwise it is not possible to resolve map themes from names)
291
291
292
292
.. versionadded:: 3.6
293
293
%End
@@ -315,11 +315,11 @@ Returns whether skybox is enabled
315
315
%End
316
316
QString skyboxFileBase() const;
317
317
%Docstring
318
-
Returns base part of filenames of skybox (see setSkybox())
318
+
Returns base part of filenames of skybox (see :py:func:`~Qgs3DMapSettings.setSkybox`)
319
319
%End
320
320
QString skyboxFileExtension() const;
321
321
%Docstring
322
-
Returns extension part of filenames of skybox (see setSkybox())
322
+
Returns extension part of filenames of skybox (see :py:func:`~Qgs3DMapSettings.setSkybox`)
0 commit comments