Innitial commit of experimental v2 texture system port work. Compiles and runs on windows, at least. Fixing bugs as they come.
Need to test: localassetbrowser preview related floaters hgfloatertexteditor maps media textures! Currently very hacky web browser alpha masks on avatars bumpmaps Are all sky components appearing? LLViewerDynamicTexture (texture baking, browser, animated textures, anim previews, etc) Snapshot related features Customize avatar vfs floater UI textures in general Texture priority issues
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
#include "v3dmath.h"
|
||||
#include "v4color.h"
|
||||
#include "llimage.h"
|
||||
#include "llimagegl.h"
|
||||
|
||||
class LLTextBox;
|
||||
class LLViewerTexture;
|
||||
|
||||
typedef enum e_minimap_center
|
||||
{
|
||||
@@ -112,7 +112,7 @@ private:
|
||||
BOOL mUpdateNow;
|
||||
LLVector3d mObjectImageCenterGlobal;
|
||||
LLPointer<LLImageRaw> mObjectRawImagep;
|
||||
LLPointer<LLImageGL> mObjectImagep;
|
||||
LLPointer<LLViewerTexture> mObjectImagep;
|
||||
|
||||
private:
|
||||
LLUUID mClosestAgentToCursor;
|
||||
|
||||
Reference in New Issue
Block a user