Replies: 1 comment 4 replies
-
Great question. I have no examples, but you should be able to with: you can get all the options from here: https://doc.babylonjs.com/typedoc/classes/babylon.meshbuilder#creategroundfromheightmap the options are immediate properties of what you build. I’m not at a computer right now to check, but that should work. Good idea to make a tutorial for building a game! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! guys, i'm currently learning BabylonJS, and saw in Babylon.js docs recommended this library.
this is an amazing concept. I saw the stories(Examples) and they look pretty cool!, but sadly i'm going to a tough time learning to use this library, with JSX in mind,
Using JSX
im trying to implement createGroundFromHeightMap, but i can't find any example in how to implement it
how to implement reflections
Resources used to learn
https://brianzinn.github.io/create-react-app-babylonjs/
https://github.com/brianzinn/react-babylonjs/tree/master/stories/babylonjs
1-Is this project gonna have any update in the docs soon?
even tough Babylon.js api provides docs by default, i do not know how to use their respective functions with this framework
2-I think there's gotta be a good tutorial about making a game with this amazing library, that would be a perfect head start for us the rookies 😄
Beta Was this translation helpful? Give feedback.
All reactions