Add a comment to addSkyDomeSceneNode

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6450 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2023-02-05 13:29:51 +00:00
parent 3c8541d0c0
commit 6c8767397b

View File

@ -754,6 +754,8 @@ namespace scene
//! Adds a skydome scene node to the scene graph.
/** A skydome is a large (half-) sphere with a panoramic texture
on the inside and is drawn around the camera position.
Note: If the texture is mirrored you can use a negative scale for
the texture-matrix of the node to still work with it.
\param texture: Texture for the dome.
\param horiRes: Number of vertices of a horizontal layer of the sphere.
\param vertRes: Number of vertices of a vertical layer of the sphere.