-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
defectSomething that is supposed to work, but doesn't. Less severe than a "bug"Something that is supposed to work, but doesn't. Less severe than a "bug"
Milestone
Description
com.jme3.math.Triangle generates a center vector and a normal vector and caches them. However, altering the triangle's vertices (using set(int,Vector3f), set(int, float, float, float), set1(Vector3f), set2(Vector3f), set3(Vector3f) or set(Vector3f, Vector3f, Vector3f)) does not update or invalidate the cached vectors. As a consequence, getCenter() and getNormal() may return incorrect values.
Metadata
Metadata
Assignees
Labels
defectSomething that is supposed to work, but doesn't. Less severe than a "bug"Something that is supposed to work, but doesn't. Less severe than a "bug"