Leon
March 2, 2019, 3:57pm
1
I’m trying out BJS as I’m the RnD guy at work
This is a kitchen configurator I threw together
Babylon.js Kitchen Lab
I’m still struggling a bit since I’m still quite new to 3D, but I’m getting there!
Ps. I find that the performance isn’t optimal yet.
But maybe one of you could tell me what to improve?
You can show the inspector by pressing shift + alt + I
5 Likes
Cstfan
March 2, 2019, 4:17pm
2
Very good work, again well done.
Excellent!
For performance ideas you can check that doc:
https://doc.babylonjs.com/how_to/optimizing_your_scene
Vinc3r
March 6, 2019, 10:25am
4
It looks promising!
You have performance issue on this scene on some hardware? 'should not, considering this is a “tiny” scene plus the few drawCalls you have.
What’s disturb me for now is the camera navigation, I think customers (aka: n00bs ) could not success to use this system.
Leon
March 6, 2019, 4:48pm
5
The assets are from an old hackathon we have, where all the textures are in 4k.
Could that be a problem, that lower end devices cannot handle 4k textures?
It’s mostly on my ipad i feel that it’s laggy.
This is from my iMac
So if I understand this correctly
my scene only takes 0.85ms to render
which means everything should work perfectly well even on an ipad.
I’m going to do some more tests
Vinc3r
March 7, 2019, 8:34am
6
Testing with reduced textures could be worth it