Are functions of browser based inbuilt webgl and node.js based node-webgl same?
11 views
Skip to first unread message
Prajwal Sapare
unread,
Sep 23, 2016, 12:14:21 PM9/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hello,
I am currently planning to use a browser based volume rendering open source implementation at the server side. For this I am using node.js server and node-webgl library. I am making some modification in the code. Are the webgl functions same at both client and server or do they differ? Is it that same functions of webGL are available through a different package compatible to node.js?