Questions tagged [osg.js]

OGS.js is a JavaScript library based on OpenSceneGraph concepts

OSG.JS is a WebGL framework based on OpenSceneGraph concepts. It allows an individual to use an "OpenSceneGraph-like" toolbox to interact with WebGL via JavaScript, and provides facilities for exporting various assets to the osgjs format.

3 questions
0
votes
1 answer

OSG.JS Deferred Rendering WebGL

Is is possible to do deferred rendering in OSG.JS? I found this example doing it using THREE.JS but I am unable to find one example for OSG.JS. http://alteredqualia.com/three/examples/webgl_lights_deferred_pointlights.html I do have seen the SDK…
0
votes
1 answer

How to place a camera in a specific position with osgjs?

How to place a camera in a specific position osgjs? I am just learning osgjs & found no good examples for camera moving like the examples of three js. In the case of threejs we can set camera position like camera.position.x = 25; camera.position.y…
Arun Xavier
  • 763
  • 8
  • 47
0
votes
1 answer

How can I convert 3ds model to osgjs format?

I have scan of territory in Photoscan Professional 1.0.4. I can export this scan to .3ds format. But i need to render this model in browser via WebGL with OSG.js library. How can i convert .3ds model to osgjs format?