Open GoogleCodeExporter opened 9 years ago
Original comment by cwe...@cimaron.net
on 15 Nov 2011 at 1:01
Original comment by cwe...@cimaron.net
on 16 Nov 2011 at 11:52
Original comment by cwe...@cimaron.net
on 5 Jan 2012 at 8:05
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
[deleted comment]
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
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
Original issue reported on code.google.com by
bora.ert...@gmail.com
on 6 Nov 2011 at 8:42