Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-03 15:16:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-03 15:16:13 +0400
commit1aa27e240c7d7020489124e933db47ed18167560 (patch)
treecf88834b43ca5a86b3fd9043549d9ead0e5d00f7 /source/gameengine/Ketsji/KX_Dome.h
parent9238d6f71bf05e9676b6a37198d719c3f803ab04 (diff)
code cleanup: replace some non utf8 chars
Diffstat (limited to 'source/gameengine/Ketsji/KX_Dome.h')
-rw-r--r--source/gameengine/Ketsji/KX_Dome.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_Dome.h b/source/gameengine/Ketsji/KX_Dome.h
index 313d6fd1535..125df573893 100644
--- a/source/gameengine/Ketsji/KX_Dome.h
+++ b/source/gameengine/Ketsji/KX_Dome.h
@@ -18,7 +18,7 @@ http://www.gnu.org/copyleft/lesser.txt.
Contributor(s): Dalai Felinto
This source uses some of the ideas and code from Paul Bourke.
-Developed as part of a Research and Development project for SAT - La Soci�t� des arts technologiques.
+Developed as part of a Research and Development project for SAT - La Société des arts technologiques.
-----------------------------------------------------------------------------
*/
@@ -81,8 +81,9 @@ public:
bool fboSupported;
//openGL names:
- GLuint domefacesId[7]; // ID of the images -- room for 7 images, using only 4 for 180� x 360� dome, 6 for panoramic and +1 for warp mesh
- GLuint dlistId; // ID of the Display Lists of the images (used as an offset)
+ GLuint domefacesId[7]; /* ID of the images -- room for 7 images, using only 4 for 180deg x 360deg dome,
+ * 6 for panoramic and +1 for warp mesh */
+ GLuint dlistId; /* ID of the Display Lists of the images (used as an offset) */
typedef struct {
double u[3], v[3];