mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-18 00:08:20 +01:00
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:
parent
3c8541d0c0
commit
6c8767397b
@ -754,6 +754,8 @@ namespace scene
|
|||||||
//! Adds a skydome scene node to the scene graph.
|
//! Adds a skydome scene node to the scene graph.
|
||||||
/** A skydome is a large (half-) sphere with a panoramic texture
|
/** A skydome is a large (half-) sphere with a panoramic texture
|
||||||
on the inside and is drawn around the camera position.
|
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 texture: Texture for the dome.
|
||||||
\param horiRes: Number of vertices of a horizontal layer of the sphere.
|
\param horiRes: Number of vertices of a horizontal layer of the sphere.
|
||||||
\param vertRes: Number of vertices of a vertical layer of the sphere.
|
\param vertRes: Number of vertices of a vertical layer of the sphere.
|
||||||
|
Loading…
Reference in New Issue
Block a user