[LYN-3457] Removed the LensFlareEditor.
This commit is contained in:
@@ -224,7 +224,6 @@ public:
|
||||
void SetOpticsElement(IOpticsElementBase* pOptics);
|
||||
void ApplyOptics(const QString& opticsFullName, IOpticsElementBasePtr pOptics);
|
||||
void SetOpticsName(const QString& opticsFullName);
|
||||
bool GetValidFlareName(QString& outFlareName) const;
|
||||
|
||||
void PreInitLightProperty();
|
||||
void UpdateLightProperty();
|
||||
@@ -236,9 +235,6 @@ public:
|
||||
|
||||
static void StoreUndoEntityLink(CSelectionGroup* pGroup);
|
||||
|
||||
static const char* s_LensFlarePropertyName;
|
||||
static const char* s_LensFlareMaterialName;
|
||||
|
||||
void RegisterListener(IEntityObjectListener* pListener);
|
||||
void UnregisterListener(IEntityObjectListener* pListener);
|
||||
|
||||
@@ -322,11 +318,6 @@ protected:
|
||||
void AdjustLightProperties(CVarBlockPtr& properties, const char* pSubBlock);
|
||||
IVariable* FindVariableInSubBlock(CVarBlockPtr& properties, IVariable* pSubBlockVar, const char* pVarName);
|
||||
|
||||
void SetFlareName(const QString& name)
|
||||
{
|
||||
SetEntityPropertyString(s_LensFlarePropertyName, name);
|
||||
}
|
||||
|
||||
unsigned int m_bLoadFailed : 1;
|
||||
unsigned int m_bCalcPhysics : 1;
|
||||
unsigned int m_bDisplayBBox : 1;
|
||||
|
||||
Reference in New Issue
Block a user