If you want to program in a web-based environment and generate 3D graphics, you may use the WebGL/X3DOM platform, which is an open-source project.
X3DOM is a framework for integrating and manipulating (X)3D scenes as HTML5 DOM elements that are rendered via WebGL. The system allows defining 3D scene description and runtime behavior declaratively, without any low-level JavaScript or GLSL coding.
For details, please refer to the link below:
sourceforge.net/projects/x3dom/
www.x3dom.org/ |