From 0f6b93c3f51e73348b4242941d19c2cb916e74a5 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 18 Feb 2017 15:27:51 +0900 Subject: [PATCH] Update link to binvox --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 676e639..1b63a41 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ represented as dense 3-dimensional Numpy arrays in Python (a direct if somewhat wasteful representation for sparse models) or as an array of 3D coordinates (more memory-efficient for large and sparse models). -[Binvox](http://www.cs.princeton.edu/~min/binvox/) is a neat little program to +[Binvox](http://www.patrickmin.com/binvox/) is a neat little program to convert 3D models into binary voxel format. The `.binvox` file format is a simple run length encoding format described -[here](http://www.cs.princeton.edu/~min/binvox/binvox.html). +[here](http://www.patrickmin.com/binvox/). ## Code example