Unstaged changes cleanup. Further vectorization. Change in binormal/bitangent calculation.
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
void setHidden( BOOL hide ) { mHidden = hide; }
|
||||
void shift(const LLVector3& offset);
|
||||
|
||||
BOOL lineSegmentIntersect(const LLVector3& start, const LLVector3& end, LLVector3& intersection, BOOL debug_render = FALSE);
|
||||
BOOL lineSegmentIntersect(const LLVector4a& start, const LLVector4a& end, LLVector4a& intersection, BOOL debug_render = FALSE);
|
||||
|
||||
static void shiftAll(const LLVector3& offset);
|
||||
static void addPickable(std::set<LLViewerObject*> &pick_list);
|
||||
|
||||
Reference in New Issue
Block a user