You are reading a single comment by @Ollie and its replies. Click here to read the full conversation.
  • Hi - I can't seem to get the Vec3 module to load.

    require("https://www.espruino.com/module­s/Vec3.js"); //no errors
    
    var strength = new Vec3(xyz).sub(zero).mag();  //throws uncaught referenceerror about Vec not being defined.
    
    

    Not sure what is up...

    Kevin

About

Avatar for Ollie @Ollie started