Reads haxelib-lock.json (if exists)
Reads <file> (if called with -lock-file <file>) which will partially override haxelib-lock.json
Takes arguments (hxml files or anything else)
Expand hxml files to their actual content
| package h3d.anim; | |
| class Joint { | |
| public var index : Int; | |
| public var name : String; | |
| public var bindIndex : Int; | |
| public var splitIndex : Int; | |
| public var defMat : h3d.Matrix; // the default bone matrix | |
| public var transPos : h3d.Matrix; // inverse pose matrix |
| C:\Users\ncannasse\AppData\Local\opam\default\.opam-switch\build\luv.0.5.13>dune build -p luv -j1 --verbose --no-buffer | |
| Shared cache: disabled | |
| Shared cache location: | |
| C:\Users\ncannasse\AppData\Local\Microsoft\Windows\INetCache\dune\db | |
| Workspace root: | |
| "C:\\Users\\ncannasse\\AppData\\Local\\opam\\default\\.opam-switch\\build\\luv.0.5.13" | |
| Dune context: | |
| { name = "default" | |
| ; kind = "default" | |
| ; profile = Release |