3D Camera: Difference between revisions
From VNDev Wiki
m nav |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{expand article}} | |||
A '''3D Camera''' is a tool used in game engines to display elements in three dimensions and convey depth to the viewer. | A '''3D Camera''' is a tool used in game engines to display elements in three dimensions and convey depth to the viewer. | ||
Line 7: | Line 8: | ||
==Use in Ren'py== | ==Use in Ren'py== | ||
Ren'py uses a [https://www.renpy.org/doc/html/3dstage.html 3D Stage] to position its 3D Camera and both 2D and 3D displayables. | Ren'py uses a [https://www.renpy.org/doc/html/3dstage.html 3D Stage] to position its 3D Camera and both 2D and 3D displayables. | ||
{{development nav}} | |||
[[Category:Art]] | |||
[[Category:Programming]] | |||
[[Category:Visual novel features]] |
Latest revision as of 10:40, 1 November 2024
This article needs expansion. You can help by adding to it. |
A 3D Camera is a tool used in game engines to display elements in three dimensions and convey depth to the viewer.
This is typically done using a coordinate system with X, Y, and Z axes.
2D (two dimensional) images are commonly used with a 3D camera in visual novels, but may also be done using 3D images in certain game engines.
Use in Ren'py
Ren'py uses a 3D Stage to position its 3D Camera and both 2D and 3D displayables.
|