A majority of vectorization done. Note that it's INCOMPLETE. LLVolumeFace and LLVertexBuffer haven't been updated, so it's very dirty(and buggy) at those transitions. Compiles on windoze.
This commit is contained in:
@@ -91,7 +91,7 @@ class LLVolumeImplFlexible : public LLVolumeInterface
|
||||
void onSetVolume(const LLVolumeParams &volume_params, const S32 detail);
|
||||
void onSetScale(const LLVector3 &scale, BOOL damped);
|
||||
void onParameterChanged(U16 param_type, LLNetworkData *data, BOOL in_use, bool local_origin);
|
||||
void onShift(const LLVector3 &shift_vector);
|
||||
void onShift(const LLVector4a &shift_vector);
|
||||
bool isVolumeUnique() const { return true; }
|
||||
bool isVolumeGlobal() const { return true; }
|
||||
bool isActive() const { return true; }
|
||||
|
||||
Reference in New Issue
Block a user