Dad72 Posted June 28, 2014 Share Posted June 28, 2014 It would be possible to have the documentation for version 1.12, please Temechon. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Temechon Posted June 28, 2014 Share Posted June 28, 2014 Let's do it Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 28, 2014 Share Posted June 28, 2014 cool, thanks Quote Link to comment Share on other sites More sharing options...
Temechon Posted July 2, 2014 Share Posted July 2, 2014 All source files have been updated due to the typescript port. I used to work by merging the new (or updated) code into my documented version, but I cannot do that anymore Maybe it's time to start to create a documentation for the typescript version, don't you think ?It will take more time though. I will still use jsdoc3 for info, and I will try to track my progress in this forum. Stay tuned ! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 2, 2014 Share Posted July 2, 2014 If the TypeScript version does not make too much difference with the JavaScript version, I see no problem. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted July 2, 2014 Author Share Posted July 2, 2014 I suggest continuing documentation JS version. TS is just for building JS easily Quote Link to comment Share on other sites More sharing options...
Temechon Posted July 22, 2014 Share Posted July 22, 2014 Hello everybody ! The documentation have been updated to the version 1.12 : http://www.sokrate.fr/documentation/babylonjs/index.html You can still find the 1.11 version here : http://www.sokrate.fr/documentation/babylonjs/1.11/index.html What has been done:- Total rework of the documentation since the TypeScript port (took a lot of time)- A beautiful logo added in the front page- A new blue template (validated by Wingnut)- 80-90% of the parameters type have been added I hope it will be useful for you and your projects. Cheers ! Dad72 and Wingnut 2 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 22, 2014 Share Posted July 22, 2014 Thanks Temechon. just a question. you would not possible to group in the "drop-down menu (<select>)" to gather for example what is camera, everything is action and another groups. It would much improve the documentation. Quote Link to comment Share on other sites More sharing options...
Temechon Posted July 22, 2014 Share Posted July 22, 2014 I cannot do that, because it would need all subclasses of a class (let's say "Action" for example) in the same file, with a very specific syntax. You know I use jsdoc to generate the documentation, and jsdoc is not able to compile the list of subclasses of one given class.Without this specific syntax and all classes in the same file, I cannot do anything :/ Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 22, 2014 Share Posted July 22, 2014 Ah, ok, I understand. Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 22, 2014 Share Posted July 22, 2014 There are several notfound page in the documentation.I guess that I was used to the former. I have a bit of trouble with this new documentation. Quote Link to comment Share on other sites More sharing options...
Temechon Posted July 23, 2014 Share Posted July 23, 2014 Yes, all the files were not on the server (shame on me). But I thought it was fix by 6PM yesterday. Can you please tell me which page are missing ? Thanks ! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 23, 2014 Share Posted July 23, 2014 Everything seems ok. I cannot find a notfound Quote Link to comment Share on other sites More sharing options...
Temechon Posted July 23, 2014 Share Posted July 23, 2014 Cool Quote Link to comment Share on other sites More sharing options...
Dad72 Posted July 25, 2014 Share Posted July 25, 2014 You have a error on Temechon : (classe Mesh) setVerticesData(data, kind, updatable) new signature : setVerticesData(kind, data, updatable) Mesh.setVerticesData signature is now: (kind, values, updatable) instead of (values, kind, updatable) in order to be consistent with Mesh.updateVerticesData deltakosh) Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 12, 2014 Author Share Posted August 12, 2014 GOOOOD NEWS!!!!!!!!!!! I found a way to pay for a better documentation directly integrated into babylonjs.com ! Expect more news soon! Temechon and Dad72 2 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted August 12, 2014 Share Posted August 12, 2014 Wow, super new. Thanks for this good news. Quote Link to comment Share on other sites More sharing options...
Dad72 Posted October 11, 2014 Share Posted October 11, 2014 The documentation of sceneSerializer is not complete. Missing : serializeMesh(), serializeGround(), serializeParticleSystem(), serializeSkeleton(), serializeTexture(), serializeMaterial(), serializeCamera(), serializeLight() ..... and other. Here we see that the serialization of the scene: http://www.sokrate.fr/documentation/babylonjs/BABYLON.SceneSerializer.html When he is in the news on the official documentation integrate babylon? Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted October 11, 2014 Author Share Posted October 11, 2014 Working on it. Good thinks take time Quote Link to comment Share on other sites More sharing options...
joshcamas Posted October 11, 2014 Share Posted October 11, 2014 Huzzah! This news is Great! Quote Link to comment Share on other sites More sharing options...
Dinkelborg Posted October 22, 2014 Share Posted October 22, 2014 Hi,I'm trying to find out how to import/load my own models into my babylon scene,I understand that they need to be converted into the ".babylon" file format,but the online converter at "http://babylonjs.com/converter.html" does not work for me at alland I have no idea how to operate anything with command lines, so... ...could someone maybe add a tutorial about this to the Documentation? [offTopic] I'm using Maya for the models and tried the OBJ and FBX format, the online converter just tells me that it would not be able to read my texture files, for that another task would be using them right now (with a refference to the server machine's path) with the OBJ file and if I try to use the converter with an FBX file it just times out (it's a really low poly model with an 128x128 texture...) [/offTopic] Quote Link to comment Share on other sites More sharing options...
Temechon Posted October 23, 2014 Share Posted October 23, 2014 Hey Dinkelborg, Welcome ! Don't worry too much about the online converter, I don't think it ever worked once for me To convert your model, you have 2 solutions.First, you can use the plugin from 3DS Max available here :https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/3ds%20Max Or, you can use the Blender exporter here : https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/BlenderThere are no plugin for Maya yet. Good luck ! Quote Link to comment Share on other sites More sharing options...
Dinkelborg Posted October 23, 2014 Share Posted October 23, 2014 Good luck !...that I will need for sure... I only know Maya, I just downloaded Blender, but I cannot work with it at all... I'm really confused by all the panels and windows (I couldn't even see my textures on the model)... (I ended up with 3 windows all showing me the same view at the scene stacked in the side menu o.O ) ... I will give Max a try next, but I know from previous experiences that it is also complicated... and right at the moment I simply don't have the time to learn a new 3D modeling environment / tool ... Is there really no other way? I know some Mel script ... and Maya also works with Python maybe we could try to throw some lines together and make an executeable script for the Maya console or so?I just don't really know how these things work under the hood... Quote Link to comment Share on other sites More sharing options...
Dinkelborg Posted October 24, 2014 Share Posted October 24, 2014 Hi,I found a converter for ThreeJS that works as a plug-in for Maya. It converts any model made in Maya into a JSON file that looks like this:{"uvs":[[0.43340426683425903,0.7335655689239502,0.33936959505081177,0.6243482828140259,..."faces":[43,50,51,52,53,0,0,1,2,3,0,1,2,3,43,52,51,54,55,0,2,1,4,5,2,1,4,5,43,55,54,56,57,0,5,4,8,9,5,4,..."materials":[{"mapDiffuse":"StepStone_Color.png","mapDiffuseRepeat":[1,1],"colorAmbient":[0.0,0.0,0.0],"mapNormalFactor":1,"depthTest":true,"colorDiffuse":[0.5,0.5,0.5],"mapNormal":"StepStone_Bump.png","blending":...}I shortened the file (as can obviously be seen from the "...") but I will attach the original.I thought it looked somewhat similar to the ".babylon"-Format ... Is there a chance we could use it to make a Babylon - Exporter plugin for Maya?The plugin can be found here: https://github.com/mrdoob/three.js/tree/master/utils/exporters/maya The full JSON file can be found here: http://bit.ly/1FMql9x Quote Link to comment Share on other sites More sharing options...
macguyvok Posted October 26, 2014 Share Posted October 26, 2014 As a new member of the BabylonJS community, I can definitely say that documentation is probably the biggest papercut. My team (3 guys total) are new to the WebGL scene, but we've been working on projects with more traditional engines (Horde3D and Panda3D before it). To be honesty, BabylonJS is one of the most well put together APIs we've worked with yet. In the interest of Better Documentation , however, we wanted to lend some of our technical writing skills (we're all professional JS developers, with lots of experience writing API docs) to solve our only major complaint, but it seems like the current documentation was generated from a fork of the project? We can't seem to find any of the comments that would generate what's on http://www.sokrate.fr/documentation/babylonjs/index.html. Having skimmed through this topic, it seems like there's some new documentation coming down the pipeline. If it would help, I'd love to volunteer myself and the other guys on my team. On the other hand, if, for whatever reason something falls through, we can totally make a pull request adding jsdoc generation, and go from there. Just let us know where we can hop in! Dad72 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.