oschakravarthi Posted October 20, 2018 Share Posted October 20, 2018 Hi, I have a collection of scenes (.babylon files) in server. I need to display preview of all these scenes to user. Like in https://sketchfab.com/models?features=downloadable&sort_by=-likeCount I cannot load the whole scene as I show each scene in its own small thumbnail area. (or) If I use NullEngine, How can I get a 360 degrees screenshot from a camera and save it as a 360 degree image? How can I achieve that? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
droggam Posted October 20, 2018 Share Posted October 20, 2018 Lol is it called panorama? I want know too IF its possible... Quote Link to comment Share on other sites More sharing options...
Guest Posted October 22, 2018 Share Posted October 22, 2018 NullEngine cannot do rendering. You can use stuff like https://github.com/stackgl/headless-gl to run webGL on node server side. Then you can use http://doc.babylonjs.com/how_to/how_to_use_reflection_probes to generate a cubemap of your environment oschakravarthi 1 Quote Link to comment Share on other sites More sharing options...
oschakravarthi Posted October 28, 2018 Author Share Posted October 28, 2018 On 10/22/2018 at 10:06 PM, Deltakosh said: NullEngine cannot do rendering. You can use stuff like https://github.com/stackgl/headless-gl to run webGL on node server side. Then you can use http://doc.babylonjs.com/how_to/how_to_use_reflection_probes to generate a cubemap of your environment Thank you. Will try this. I never worked on Node.JS. Now I will explore. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.