diff options
author | qun <qun@dummkopf.(none)> | 2013-07-23 20:53:27 +0200 |
---|---|---|
committer | qun <qun@dummkopf.(none)> | 2013-07-23 20:53:27 +0200 |
commit | 5e8cba163ae898832277300b781627529d1cf1d3 (patch) | |
tree | dc9ad8e8c5ff2a2edd820cd636506c2f55acd1b3 | |
parent | 6e54fba3bb9dcadf66774fd9b64df191d985aa22 (diff) |
Use uml's png files (svg font is broken)
-rw-r--r-- | doc/Overview-OpenGL-Evolution-And-JOGL.html | 8 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/Overview-OpenGL-Evolution-And-JOGL.html b/doc/Overview-OpenGL-Evolution-And-JOGL.html index 572fd3796..c191b5272 100644 --- a/doc/Overview-OpenGL-Evolution-And-JOGL.html +++ b/doc/Overview-OpenGL-Evolution-And-JOGL.html @@ -202,10 +202,10 @@ ensures the code complies with the GL2 and GLES2 profile and an implementation m <h4>OpenGL Profile Models (UML)</h4> <a href="uml/html/index-withframe.html">Complete UML with frames</a>. -<h5><a href="uml/html-svg/fig128069.svg">Compatibility (Fixed Function and Programmable)</a></h5> -<embed src="uml/html-svg/fig128069.svg" width="1024" height="1000" /> -<h5><a href="uml/html-svg/fig134786.svg">Core Only (Programmable)</a></h5> -<embed src="uml/html-svg/fig134786.svg" width="1024" height="1000" /> +<h5><a href="uml/html/fig128069.png">Compatibility (Fixed Function and Programmable)</a></h5> +<embed src="uml/html/fig128069.png" width="1024" height="1000" /> +<h5><a href="uml/html/fig134786.png">Core Only (Programmable)</a></h5> +<embed src="uml/html/fig134786.png" width="1024" height="1000" /> <h3>References</h3> <ul> diff --git a/www/index.html b/www/index.html index 9ab9ade7c..77e5b62ff 100644 --- a/www/index.html +++ b/www/index.html @@ -347,7 +347,7 @@ develops a <a href="http://jmonkeyengine.org/groups/development-discussion-jme3/forum/topic/jogl-support-jogl2-that-is/">JOGL backend for jME3</a> with support of the jME team. <i>NEWT support</i> is also underway, which will allow jME3 to run <i>on mobile devices</i> as long proper <a href="http://jogamp.org/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html">JOGL/OpenGL</a> - <a href="http://jogamp.org/jogl/doc/bouml/html-svg/fig128069.svg">profile separation</a> is being used. + <a href="http://jogamp.org/jogl/doc/bouml/html/fig128069.png">profile separation</a> is being used. </td> <td width="50%"> |