erebus
changeset 44:a2afaf8af09b
helpful comment
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Fri, 18 Sep 2015 06:47:41 +0300 |
parents | ed18af9da8f7 |
children | bab25c0ce337 |
files | liberebus/src/geomobj.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/liberebus/src/geomobj.cc Wed Jun 11 16:38:11 2014 +0300 1.2 +++ b/liberebus/src/geomobj.cc Fri Sep 18 06:47:41 2015 +0300 1.3 @@ -210,6 +210,7 @@ 1.4 1.5 Vector3 Triangle::gen_surface_point() const 1.6 { 1.7 + // TODO: this is probably not uniform, fix at some point 1.8 float bu = randf(); 1.9 float bv = randf(); 1.10 float bw = 1.0 - (bu + bv);