Posts by Patricia • 93 points
2 posts
-
5
votes0
answers58
viewsQ: How to capture binary data from a Webgl context?
I created two HTML clients that communicate through a websocket server. One of the clients draws a 3D model on a canvas using the Three.js library and then sends the Webgl context binary file from…
-
4
votes1
answer3023
viewsQ: How to Delete Methods Automatically Generated by Netbeans?
I’m making a GUI using the JFrame automatically generated by the Netbeans IDE and had twice-clicked on a JButton unintentionally and it automatically generated a code of ActionEvent which cannot be…