Difference between revisions of "Help:WebGL"

From Robotics
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== Activation of WebGL ==
 
== Activation of WebGL ==
In order to check whether WebGL is already activated in the current browser click on this [http://get.webgl.org link].
+
In order to check whether WebGL is already activated in the current browser click on this [http://get.webgl.org link]. In the browsers Opera and Firefox as well as in all the browsers modified out of them, WebGL is activated by default. A manual activation is usually not necessary.
 
 
Die Browser Opera und Firefox, sowie alle davon abgewandelten Browser, haben WebGL bereits standardmäßig aktiviert. Eine manuelle Aktivierung ist hier also in der Regel nicht nötig.
 
  
 
=== Internet Explorer ===
 
=== Internet Explorer ===
Um WebGL im Internet Explorer nutzen zu können, muss das Plugin [http://www.iewebgl.com/ IEWebGL] installiert werden. Nach einem Browserneustart sollte der Internet Explorer in der Lage sein, WebGL Anwendungen korrekt anzuzeigen.
+
To use WebGL in the Internet Explorer, please install the [http://www.iewebgl.com/ IEWebGL] plugin. After restarting the browser you should be able to display WebGL applications.
  
 
=== Safari ===
 
=== Safari ===
Im Safari-Webbrowser reicht das manuelle Aktivieren von WebGL. Dazu muss zuerst das Entwickler-Menü unter ''Safari->Einstellungen->Erweitert->Zeige Entwickler Menü'' sichtbar gemacht werden. Nun kann WebGL über ''Entwickler->WebGL aktivieren'' aktiviert werden.
+
A manual activation of WebGL is sufficient in Safari. Thereto open the developers menu under ''Safari->Preferences->Advanced->Show Develop Menu''. Then activate WebGL by ''Develop->Enable WebGL''.
  
 
=== Firefox ===
 
=== Firefox ===
Im Firefox ist WebGL in der Regel automatisch aktiviert. Sollte dies nicht der Fall sein, so kann WebGL wie folgt aktiviert werden:
+
In Firefox WebGl is usually activated by default. Otherwise perform the following steps:
 
 
# In der Adressleiste "about:config" eingeben, um die erweiterte Konfiguration aufzurufen.
 
# Im Feld "Suchen" nach "webgl" suchen.
 
# Falls "webgl.disabled" auf '''true''' steht, diesen Wert mit einem Rechtsklick (Menüpunkt "Umschalten") auf '''false''' ändern.
 
# Applet erneut aufrufen oder neu laden (Taste F5).
 
  
 +
# Type "about:config" in the adress bar of the browser to open the advanced configuration.
 +
# Search for "webgl".
 +
# If "webgl.disabled" is '''true''', set this value to '''false''' by right clicking on it.
 +
# Restart or reload the applet (Key F5).
 +
<br/>
 
[[File:enableWebGLFirefox.png]]
 
[[File:enableWebGLFirefox.png]]
  
 
=== Debugging ===
 
=== Debugging ===
Sollte WebGL trotzdem nicht korrekt funktionieren, kann ein Blick auf die offizielle [http://learningwebgl.com/cookbook/index.php/WebGL:_Frequently_Asked_Questions WebGL-FAQ] Seite (''Englisch'') hilfreich sein.
+
If WebGL still does not work correctly, please have a look on the official [http://learningwebgl.com/cookbook/index.php/WebGL:_Frequently_Asked_Questions WebGL-FAQ]-webpage.
  
 
== Weblinks ==
 
== Weblinks ==
 
* [http://www.khronos.org/webgl/ WebGL - OpenGL ES 2.0 for the Web] – official Webpage of ''Khronos Group''
 
* [http://www.khronos.org/webgl/ WebGL - OpenGL ES 2.0 for the Web] – official Webpage of ''Khronos Group''
 
* [http://www.learningwebgl.com/ Tutorials] for learning WebGL
 
* [http://www.learningwebgl.com/ Tutorials] for learning WebGL
 
== References ==
 
<references />
 
  
 
[[Category:Article]]
 
[[Category:Article]]
 
[[Category:Help]]
 
[[Category:Help]]

Latest revision as of 10:16, 13 May 2014

WebGL, which stands for Web Graphics Library, is a component of web browsers that allows the browser to visualize three-dimensional graphics without any further extensions. Within this Wiki WebGL is used to provide demonstrative applets that support the reader understanding the described contents.

Activation of WebGL

In order to check whether WebGL is already activated in the current browser click on this link. In the browsers Opera and Firefox as well as in all the browsers modified out of them, WebGL is activated by default. A manual activation is usually not necessary.

Internet Explorer

To use WebGL in the Internet Explorer, please install the IEWebGL plugin. After restarting the browser you should be able to display WebGL applications.

Safari

A manual activation of WebGL is sufficient in Safari. Thereto open the developers menu under Safari->Preferences->Advanced->Show Develop Menu. Then activate WebGL by Develop->Enable WebGL.

Firefox

In Firefox WebGl is usually activated by default. Otherwise perform the following steps:

  1. Type "about:config" in the adress bar of the browser to open the advanced configuration.
  2. Search for "webgl".
  3. If "webgl.disabled" is true, set this value to false by right clicking on it.
  4. Restart or reload the applet (Key F5).


EnableWebGLFirefox.png

Debugging

If WebGL still does not work correctly, please have a look on the official WebGL-FAQ-webpage.

Weblinks