Marco Lebdech Posted June 4, 2014 Share Posted June 4, 2014 Hi, is there any technique to use Typescript babylon.js sources in testing environment of application? I need to do some additions and changes to engine ( usecase specific ). My app is written in Typescript and i would like to "import" babylon.ts sources to be able to debug babylon.ts sources. Is there any solution for visual studio to use babylon.ts in my app? I am using VS2013 Thanks for reply. Quote Link to comment Share on other sites More sharing options...
gwenael Posted June 4, 2014 Share Posted June 4, 2014 https://github.com/BabylonJS/Babylon.js/tree/master/Tools/BuildOurOwnBabylonJS may help Marco Lebdech 1 Quote Link to comment Share on other sites More sharing options...
binyan Posted June 4, 2014 Share Posted June 4, 2014 This was also useful for me. Especially the Link Referencing section. gwenael and Alvaro 2 Quote Link to comment Share on other sites More sharing options...
Marco Lebdech Posted June 5, 2014 Author Share Posted June 5, 2014 Thanks Gwenael Well, i tried to play those samples in project, but some error occured and babylon.js file, where the error occured, is minified. Is there something to do in order not to minify the babylon compacted file? I am not sure where minifying takes place (jskompactor.exe?), because javascript source files are not minified... btw error is: (taken from firefox, but IE is same, but throws a context window asking for debug)| TypeError: b is undefined ---------- GetFileContent:1 | // Links to minified babylon.js compacted with shaders...| TypeError: BABYLON.SceneLoader is undefined ---------- BabylonJSDemo:59 | Quote Link to comment Share on other sites More sharing options...
avrudoi Posted June 5, 2014 Share Posted June 5, 2014 And what is babylon.ts may have babylon.js. as far as I understand you need to use babylon.js in VS. what problems connected babylonjs as usual library, and work with it in html. 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.