hairu / freelss

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
GNU General Public License v3.0
279 stars 133 forks source link

ObjectBaseCreator.cpp line 84 #17

Closed yen-von closed 8 years ago

yen-von commented 9 years ago

I think this center.point.z += pt.point.y;

should be

center.point.z += pt.point.z;?

StepMan91 commented 9 years ago

why do you need to change this ?

hairu commented 8 years ago

Fixed in version 1.11