Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- M2Model.prototype.ajaxComplete = function(response) {
- this.reader = new BinaryReader(response);
- var header = this.reader.readType(M2Header);
- this.reader.position = header.ofsVertices;
- var vertices = this.reader.readArray(header.nVertices, M2Vertex);
- console.log(vertices);
- };
Advertisement
Add Comment
Please, Sign In to add comment