RobiNERD Posted October 15, 2017 Share Posted October 15, 2017 So, with some googling i found this... the problem is, it's in TypeScript (I don't know what this is even)... I don't know how to implement this any time i try using this i get unexpected identifiers. (I also noticed this TypeScript language is really similar to c# lol). So how would i use this... I know this is very nooby but meh Quote Link to comment Share on other sites More sharing options...
RaananW Posted October 16, 2017 Share Posted October 16, 2017 22 hours ago, RobiNERD said: TypeScript language is really similar to c# So! The only thing similar to C# is... the type safety, I guess. Typescript is a superset of JavaScript, so, simply put, any JS file is a TS file (but not vice versa ) it's all javascript. But to ease up devellopment on your side - we serve a JS version of the module, which you can find here - https://github.com/BabylonJS/Babylon.js/tree/master/dist/preview release/serializers . Hope this helps! Quote Link to comment Share on other sites More sharing options...
RobiNERD Posted October 16, 2017 Author Share Posted October 16, 2017 Thanks! 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.