ebassi / graphene

A thin layer of graphic data types

Home Page:http://ebassi.github.io/graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphene_box_get_bounding_sphere is incorrect

alexlarsson opened this issue · comments

It calculates the center as box_size * 0.5, but that always puts the box at the origin. It need to add box->min to center too.