JCPalmer Posted January 22, 2015 Share Posted January 22, 2015 I kind'a like the docu in the TS file, as the intellisense in the playground actually shows it. This will be a lot of work thou :-) Yes, but if you are going to do it, putting it in .TS puts it in both, as well as under version control. Maybe even .d.ts, depending on how Gulp does it. This make intellisense work in your own projects, as well. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 23, 2015 Author Share Posted January 23, 2015 Agree! Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted January 29, 2015 Author Share Posted January 29, 2015 Just as a reminder: We (the babylon.js community) are looking for people that want to contribute to the documentation (doc.babylonjs.com). You guys can all contribute. So please, pick a topic you know and start sharing! I know that if we want our framework to go even further, this is not just about features, this is also about documentation and samples jerome 1 Quote Link to comment Share on other sites More sharing options...
RaananW Posted January 30, 2015 Share Posted January 30, 2015 I tried registering a few times, but I could never get my email verified. I got the mail 10 times, but every time I click on it, it doesn't approve my account... Quote Link to comment Share on other sites More sharing options...
Temechon Posted January 30, 2015 Share Posted January 30, 2015 Hi Raanan, I activated your account. Could you try to log in please ?I think it's a website bug due to the '+' in the email address you use. We are currently investigating on this. Thank you, and sorry for this Edit : Problem identified, correction in progress. The fix is now live. Quote Link to comment Share on other sites More sharing options...
RaananW Posted January 30, 2015 Share Posted January 30, 2015 Thanks! and sorry for causing trouble... I like the plus in my mail address :-) GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 31, 2015 Share Posted January 31, 2015 I do not know if you noticed. but all the tutorials and documentation is a comma (,) instead of a semicolon (;). for exemple:var assetsManager = new BABYLON.AssetsManager (scène),var meshTask = assetsManager.addMeshTask ("tâche de crâne", "", "./", "skull.babylon"),... It is like that everywhere there is source code. Samuel Girardin and gryff 2 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2015 Author Share Posted February 1, 2015 Bummer!!! What the heck is that? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2015 Author Share Posted February 1, 2015 I start fixing it Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2015 Author Share Posted February 1, 2015 Ok fixed (almost). Please let me know if I missed some of them Quote Link to comment Share on other sites More sharing options...
Dad72 Posted February 1, 2015 Share Posted February 1, 2015 This seems ok. I noticed something else. when lic on eg: 02 -Mid-Levels Tutorials the menu links do not correspond to those of the page. see:Entities Exported from Blender => in the page, not menu (We can not edit the menus?)Playing sounds and music => in the menu => not page Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2015 Author Share Posted February 1, 2015 Menu are links to page, admins can rename pages Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 1, 2015 Author Share Posted February 1, 2015 I added missing links Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 9, 2015 Share Posted February 9, 2015 Couple of questions about editing. Is this what I should use for reference for format? https://help.github.com/articles/github-flavored-markdown/ If I went child page, like for 03, should it be 03-A? I would need to reference a .png file. Should I just "code" it as somewhere & you will put it in a permanent spot? Quote Link to comment Share on other sites More sharing options...
Temechon Posted February 10, 2015 Share Posted February 10, 2015 Hey JC, This is what you should use to format your text, but not very different from Github. For child page, you can do whatever you want 03-A is a way, 03-01 is another... Do what you think is best ! To reference a png file, you can do like this : ![image Analyser Debug Canvas](http://az612410.vo.msecnd.net/wwwbabylonjs/doc/3Danalyser.png) The image must be hosted somewhere. JCPalmer 1 Quote Link to comment Share on other sites More sharing options...
dharamvir saini Posted February 10, 2015 Share Posted February 10, 2015 Right now i am looking in babylon.js for the game development. Basically i need to use physics engine in my game. So, i have small questions regarding physics engine used in babylon.js. 1) Which physics engine babylon.js is using?2) Suppose it is using Cannon.js, so is it using all functionalities provided by cannon.js or if there are some additional physics features that babylon is providing other than the cannon.js or oimo.js? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 10, 2015 Share Posted February 10, 2015 Hey JC, This is what you should use to format your text, but not very different from Github. For child page, you can do whatever you want 03-A is a way, 03-01 is another... Do what you think is best ! To reference a png file, you can do like this : ![image Analyser Debug Canvas](http://az612410.vo.msecnd.net/wwwbabylonjs/doc/3Danalyser.png) The image must be hosted somewhere. Thanks, made my first feeble attempt yesterday. I can only do this stuff with many revisions. I wanted to see how the Leaderboard README.md file was hosting its images (thought I could just put them in the repository ). I opened the file in Eclipse, and found it mostly formatted. The pictures were not loaded, but it put little '+' & '-' buttons on the left for sections (nice for outlining). Will proceed building a README.md for respository, & do any converting when done. Getting the contents part done is harder than some minor format fix ups. Building in Eclipse seems like a better investment in my skillset too. Will use 'file://' to locate any .png files. Worry about it later. Quote Link to comment Share on other sites More sharing options...
dharamvir saini Posted February 11, 2015 Share Posted February 11, 2015 Hey JC, Can you please answer my question above? Quote Link to comment Share on other sites More sharing options...
Temechon Posted February 11, 2015 Share Posted February 11, 2015 Hey, Welcome here ! I think you should create your own thread to ask questions not related to the documentation. It will be easier for everybody to track your answers.Anyway, here are my two cents : 1) Babylon can use cannon.js and oimo.js2) There are no new features from cannon/oimo. In both physics engine, you can retrieve the physical body (cannon or oimo) and manipulate it as you want for cannon/oimo specific stuff. Good luck Quote Link to comment Share on other sites More sharing options...
dharamvir saini Posted February 11, 2015 Share Posted February 11, 2015 Sorry to post it in wrong thread temechon. Thank you very much for your reply. Temechon 1 Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 12, 2015 Share Posted February 12, 2015 FYI, I found a way to put the images into github, then reference them on the doc site.Commit & push image to repository. View file in repository. Click the "Raw" button. Steal the resulting Url, pasting into your docExample: https://raw.githubusercontent.com/BabylonJS/Extensions/master/POV/doc-assist/POV-Movement.png Temechon 1 Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 15, 2015 Share Posted February 15, 2015 Question is ```typescript supported ? Have a draft of the Doc section I am working on in a Github readme.md. Some parts are just outlines, but testing links, etc.https://github.com/BabylonJS/Extensions/tree/master/POV I saw typescript was listed as a language at least on GitHub. Hope does the same syntax highlighting on Doc system. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 16, 2015 Author Share Posted February 16, 2015 As a side note, please do not add external extensions to doc.babylonjs.com. We should just document babylon.js API there Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted February 16, 2015 Share Posted February 16, 2015 Ok, will just put the abstractMesh methods here. What about a link at bottom "For an Extension which uses, see"? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 17, 2015 Author Share Posted February 17, 2015 Sounds like a good idea! @Temechon: Can you add a new section called "Extensions" ? 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.