MarianG Posted November 13, 2017 Share Posted November 13, 2017 Hi. As I promised, I'm back with a new application of babylonjs. Without any presentations a 3D scatterplot https://www.smarteam3d.com/portfolio/3DScatterPlot.html And here is the playground version: https://www.babylonjs-playground.com/#E3XJMU#26 And here is a very basic example how to do your own 3D grid to draw your own scatterplot. https://playground.babylonjs.com/#AFGPGD#1 PS: It's not fully optimized, and I'm sure it can be done better, but it's a begining. jerome, V!nc3r, inteja and 2 others 5 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 13, 2017 Share Posted November 13, 2017 This deserves an entry on the main site Just need a title, an desc and a 800x500 image Quote Link to comment Share on other sites More sharing options...
jerome Posted November 13, 2017 Share Posted November 13, 2017 Ribbons and SPS in the same demo ... I'm obliged to like MarianG 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 13, 2017 Share Posted November 13, 2017 Sure you are Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 13, 2017 Author Share Posted November 13, 2017 Thank you jerome. I tried to add sprite for labels, as you say. A dynamic texture where I wrote all values, and after that crop from it pieces, but unfortunately I couldn't handle it I'll make a try another time Deltakosh thank you sir, my pleasure. I'll give it to you tomorrow. Quote Link to comment Share on other sites More sharing options...
davrous Posted November 13, 2017 Share Posted November 13, 2017 Great stuff. Could be interesting to be viewed in WebVR also Quote Link to comment Share on other sites More sharing options...
V!nc3r Posted November 14, 2017 Share Posted November 14, 2017 Plus one for the webVR, we can imagine surfing on a wave of dynamic data Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 14, 2017 Author Share Posted November 14, 2017 9 hours ago, davrous said: Great stuff. Could be interesting to be viewed in WebVR also Yes master . Here is: https://www.babylonjs-playground.com/#E3XJMU#27 Unfortunatelly I don't know how to test it yet and I don't know if it's a good approach. Please take a look and let me know if it's correct( lines 19 -23 and 158-169). jerome 1 Quote Link to comment Share on other sites More sharing options...
davrous Posted November 14, 2017 Share Posted November 14, 2017 Thanks for your sample! It brings me an idea to modify my VRHelper (createDefaultVRExperience). I didn't think about providing an external element to enable/disable VR. Quote Link to comment Share on other sites More sharing options...
davrous Posted November 14, 2017 Share Posted November 14, 2017 I've modified your sample to use a new version of the VRHelper that can be called from a Babylon GUI button: https://www.babylonjs-playground.com/#E3XJMU#29. Then I'll push my code, use the Boolean as a parameter to the VRHelper constructor will remove the default button displayed. MarianG 1 Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 14, 2017 Author Share Posted November 14, 2017 Hi. Yes, this is one reason why I didn't use direct scene.createDefaultVRExperience Now you fixed it. And the second. If I want to use my cam when I'm not in vr. I don't know, with specific setting, and not the default frecam from helper. I'll be nice one more parameter to choose if you want or not to use default camera from helper. By the way can I limit the webvr cam?.. to not to pass through the ground as example? Quote Link to comment Share on other sites More sharing options...
jerome Posted November 14, 2017 Share Posted November 14, 2017 @bulisor for your dynamicTexture, maybe could you use instead the GUI advanced dynamic texture with the stack panel : http://doc.babylonjs.com/how_to/gui#stackpanel Then only crop the advanced dynamic texture onto your solid particles. Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 15, 2017 Author Share Posted November 15, 2017 19 hours ago, jerome said: @bulisor for your dynamicTexture, maybe could you use instead the GUI advanced dynamic texture with the stack panel : http://doc.babylonjs.com/how_to/gui#stackpanel Then only crop the advanced dynamic texture onto your solid particles. It's an interesting option, I'm going to try it these days, thnk you. Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 15, 2017 Author Share Posted November 15, 2017 tittle: 3D ScatterPlot description: 3d display of a csv data using BabylonJS and image jerome 1 Quote Link to comment Share on other sites More sharing options...
davrous Posted November 15, 2017 Share Posted November 15, 2017 @bulisor : here's a quick video to give you an idea of the result: https://1drv.ms/v/s!AsZFp14PveQOxdRPUQMMklpmV0IQSA Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 15, 2017 Author Share Posted November 15, 2017 OMG I fall in love again . WebVR I'm commmming . Thank you @davrous. davrous 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 15, 2017 Share Posted November 15, 2017 You should be live in a couple of minutes MarianG 1 Quote Link to comment Share on other sites More sharing options...
MarianG Posted November 15, 2017 Author Share Posted November 15, 2017 Thank you sir. I''m honored and sooooo happyyyyy. I have to celebrate this I can only promise you that the next challenge will be even more exciting I hope. (maybe a vr app, I don't know:))) See you soon. ps: @Deltakosh can you modify please to be by: SmarTeam3D Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 15, 2017 Share Posted November 15, 2017 Will be fixed in 3 minutes 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.