southorion Posted February 27, 2018 Share Posted February 27, 2018 Hi, I have basic knowledge about javascript. I'm learning babylon js by myself now. and I'm trying to make a pottery maker game for fun. But I don't know how to achieve this. Can anyone give me a little clue? Thank you. Quote Link to comment Share on other sites More sharing options...
Wingnut Posted February 27, 2018 Share Posted February 27, 2018 Hiya S! Welcome to the BJS forum. Pottery maker! What a fine idea/project! As a quick start, I would say... look at our "lathe" feature, part of our "parametric shapes" section. There are two playground-demo links shown there. They can get you started with the fun. An in-the-code playground search for 'lathe'... returns a few hits, too. There appears to be plenty of parameters to set, as wanted. I hope this helps. The "shape", as best I can tell... is a "cross-section" of one side of the pot. Stay tuned, others will surely have more ideas. Be well, party on. southorion 1 Quote Link to comment Share on other sites More sharing options...
JohnK Posted February 27, 2018 Share Posted February 27, 2018 Step 1 create a specific and well detailed design for your game including what your screens look like, what they contain such as buttons, 3d images etc, how the items will be used etc. Step 2 Break down the design into small sections and code the sections. Step 3 When you have a problem coding a section that includes a 3D model read through the documentation to see if you can find how to solve it there Step 4 When still having have a problem coding that section try to reproduce it in a playground and people will help. Also you could have a play with this http://cubees.github.io/factory/lathe/lathe.html southorion 1 Quote Link to comment Share on other sites More sharing options...
southorion Posted February 27, 2018 Author Share Posted February 27, 2018 Thanks for all you guys replies. I'll take a look at what you mentioned. Wingnut 1 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.