Letractively / cwebgl

Automatically exported from code.google.com/p/cwebgl
0 stars 0 forks source link

Also a new driver for Adobe Stage3D engine? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if the shading language and webgl context can also run on top 
of Adobe's new Stage 3D rendering engine via javascript liveconnect. It would 
give widespread access to webgl.

Original issue reported on code.google.com by bora.ert...@gmail.com on 6 Nov 2011 at 8:42

GoogleCodeExporter commented 8 years ago

Original comment by cwe...@cimaron.net on 15 Nov 2011 at 1:01

GoogleCodeExporter commented 8 years ago

Original comment by cwe...@cimaron.net on 16 Nov 2011 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by cwe...@cimaron.net on 5 Jan 2012 at 8:05

GoogleCodeExporter commented 8 years ago
How does new Stage3D WebGL graphics context work? any demos available?

Original comment by bora.ert...@gmail.com on 16 Jan 2012 at 7:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
In order to emulate events on the original WebGL canvas, you may put a 
transparent DIV on top of flash player with a higher z-index and use that div 
to communicate events between flash player and javascript. In other words, when 
a developer wants to add a mouse down or mouse move events, adding event 
actions must be directed to this transparent DIV under the hood. The events 
will be passed to flash player as they fired on this DIV again under the hood.

Original comment by bora.ert...@gmail.com on 17 Jan 2012 at 7:28

GoogleCodeExporter commented 8 years ago
Discussion thread started at 
http://groups.google.com/group/cwebgl/browse_thread/thread/7b25763ab591178a

Original comment by cwe...@cimaron.net on 17 Jan 2012 at 3:56