Microsoft is one of the leading company for production of os and office. Ms has produced many major products and these site are for those who can't afford these products.

Friday, April 19, 2013

How to enable WebGL in Internet Explorer 11

How to enable WebGL in Internet Explorer 11
 

How+to+enable+WebGL+in+Internet+Explorer
Windows Blue, the first major upgrade for Windows 8, will most likely pack the final version of Internet Explorer 11, the next important release of Microsoft's in-house browser that's reportedly under development right now.

In addition to tab syncing and a download manager, Microsoft is also planning to bring WebGL support in the upcoming version of Internet Explorer, probably because its app is losing ground in the fight with the other browsers when it comes to web-based games and other services relying on this technology.


Microsoft and Apple are two of the five major browser makers who are not supporting WebGL platform in their web browsers but Internet Explorer 11, as seen in the recent leak of Windows Blue, contains hints in its code that Microsoft will finally be adding native support for WebGL. The only problem is that it’s not entirely functional yet:


But if you want To enable WebGL, just execute the registry script below and restart Internet Explorer 11. You may also want to ensure you install the latest vendor-provided display drivers. (Inbox drivers don't typically provide much in the way of OpenGL support.)

1-Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WEBGL]
"iexplore.exe"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WEBGL_HLSL_SHADERS]
"iexplore.exe"=dword:00000001


 2-To reproduce the blue WebGL screenshot above, cut/paste this sample code into an .html file and display it in IE 11.
<body onload="demo()">
<canvas style="height: 100%; width: 100%" id='webgl' />
</body>
<script>
var gl = {};
function demo()
{
  var canvas = document.getElementById("webgl");
  try
  {
    gl = canvas.getContext("experimental-webgl");
  } catch(e) { }
  if (gl) {
    gl.clearColor(0, 0.678, 0.937, 1.0);
    gl.clear(gl.COLOR_BUFFER_BIT);
  }
}
</script>



There’s not much more to go on at this time beyond the initial hints, but it would be incredibly advantageous for the Web if Internet Explorer finally added native WebGL support. It’s quickly becoming one of the more important open Web standards as more people use it to make games and other graphic intensive content on the Web without plugins.
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

1 comments

  1. How To Enable Webgl In Internet Explorer 11 >>>>> Download Now

    >>>>> Download Full

    How To Enable Webgl In Internet Explorer 11 >>>>> Download LINK

    >>>>> Download Now

    How To Enable Webgl In Internet Explorer 11 >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
Posts RSSComments RSSBack to top
© 2011 Microsoft Mak Keys ∙ Designed by BlogThietKe
Released under Creative Commons 3.0 CC BY-NC 3.0