summaryrefslogblamecommitdiffstats
path: root/game/code/mission/animatedicon.cpp
blob: 11f7cf2b8bfa696f75972794798b58bc1c6ea26f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806





































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                   
//=============================================================================
// Copyright (C) 2002 Radical Entertainment Ltd.  All rights reserved.
//
// File:        AnimatedIcon.cpp
//
// Description: Implement AnimatedIcon
//
// History:     10/3/2002 + Created -- Cary Brisebois
//
//=============================================================================

//========================================
// System Includes
//========================================
// Foundation Tech
#include <radtime.hpp>
#include <raddebug.hpp>
#include <p3d/anim/multicontroller.hpp>
#include <p3d/effects/particlesystem.hpp>
#include <p3d/view.hpp>

//========================================
// Project Includes
//========================================
#include <mission/AnimatedIcon.h>

#include <memory/srrmemory.h>

#include <mission/gameplaymanager.h>
#include <render/rendermanager/rendermanager.h>
#include <render/rendermanager/worldrenderlayer.h>
#include <render/culling/worldscene.h>

#include <debug/profiler.h>

#include <main/game.h>

//******************************************************************************
//
// Global Data, Local Data, Local Classes
//
//******************************************************************************
AnimatedIcon* AnimatedIcon::sAnimatedIconPool = NULL;
unsigned int AnimatedIcon::sNumAllocated = 0;

// Setup default parameters for our watcher variables
#ifdef RAD_TUNE
float AnimatedIcon::sDbgMinArrowScale = MIN_ARROW_SCALE;
float AnimatedIcon::sDbgMaxArrowScale = MAX_ARROW_SCALE;
float AnimatedIcon::sDbgMinArrowScaleDist = MIN_ARROW_SCALE_DIST;
float AnimatedIcon::sDbgMaxArrowScaleDist = MAX_ARROW_SCALE_DIST;
bool AnimatedIcon::sDbgEnableArrowScaling = false;
#endif

//******************************************************************************
//
// Public Member Functions
//
//******************************************************************************

//==============================================================================
// AnimatedIcon::AnimatedIcon
//==============================================================================
// Description: Constructor.
//
// Parameters:	None.
//
// Return:      N/A.
//
//==============================================================================
AnimatedIcon::AnimatedIcon() :
    mDSGEntity( NULL ),
    mRenderLayer( RenderEnums::LevelSlot ),
    mFlags( 0 )
{
#ifdef RAD_TUNE
    AttachWatcherVariables();
#endif
}

//==============================================================================
// AnimatedIcon::~AnimatedIcon
//==============================================================================
// Description: Destructor.
//
// Parameters:	None.
//
// Return:      N/A.
//
//==============================================================================
AnimatedIcon::~AnimatedIcon()
{
    Deallocate();
}

//=============================================================================
// AnimatedIcon::Init
//=============================================================================
// Description: Comment
//
// Parameters:  ( const char* iconName, const rmt::Matrix& mat, bool render = true, bool oneShot = false )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Init( const char* iconName, const rmt::Matrix& mat, bool render, bool oneShot )
{
    MEMTRACK_PUSH_GROUP( "Mission - Animated Icon" );
    rAssert( iconName );
    rAssertMsg( mDSGEntity == NULL, "Never call this twice on the same object!!!! LEAK, LEAK!" );

    //========================= SET UP THE ICON

    HeapMgr()->PushHeap( GetGameplayManager()->GetCurrentMissionHeap() );

    SetUpContents( iconName );

    mDSGEntity = new AnimIconDSG;

    mDSGEntity->mTranslucent = true;

    rAssert( mDSGEntity != NULL );

    mDSGEntity->AddRef();

    //
    // The entity takes overship of m, so spake Devin
    //
    rmt::Matrix* m = new rmt::Matrix;
    rAssert( m );

    *m = mat;

    mDSGEntity->LoadSetUp( m, mAnimIcon.drawable, mAnimIcon.shadowDrawable );

    mRenderLayer = static_cast<RenderEnums::LayerEnum>(GetRenderManager()->rCurWorldRenderLayer());

    if ( render )
    {
        ShouldRender( true );
    }

    SetFlag( (Flag)ONE_SHOT, oneShot );

    SetUpEffects();

    HeapMgr()->PopHeap( GetGameplayManager()->GetCurrentMissionHeap() );

    MEMTRACK_POP_GROUP( "Mission - Animated Icon" );
}

//=============================================================================
// AnimatedIcon::Init
//=============================================================================
// Description: Comment
//
// Parameters:  ( const char* iconName, const rmt::Vector& pos, bool render, bool oneShot )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Init( const char* iconName, const rmt::Vector& pos, bool render, bool oneShot )
{
MEMTRACK_PUSH_GROUP( "Mission - Animated Icon" );
    rAssert( iconName );
    rAssertMsg( mDSGEntity == NULL, "Never call this twice on the same object!!!! LEAK, LEAK!" );

    //========================= SET UP THE ICON
    
    HeapMgr()->PushHeap( GetGameplayManager()->GetCurrentMissionHeap() );

    SetUpContents( iconName );

   	mDSGEntity = new AnimIconDSG;

    mDSGEntity->mTranslucent = true;

	rAssert( mDSGEntity != NULL );
    
    mDSGEntity->AddRef();

    mDSGEntity->SetName( iconName );

	//
	// The entity takes overship of m, so spake Devin
	//
	rmt::Matrix* m = new rmt::Matrix;
    rAssert( m );

    m->Identity();
	m->FillTranslate( pos );

    mDSGEntity->LoadSetUp( m, mAnimIcon.drawable, mAnimIcon.shadowDrawable );

    mRenderLayer = static_cast<RenderEnums::LayerEnum>(GetRenderManager()->rCurWorldRenderLayer());

    if ( render )
    {
        ShouldRender( true );
    }

    SetFlag( (Flag)ONE_SHOT, oneShot );

    SetUpEffects();

    HeapMgr()->PopHeap( GetGameplayManager()->GetCurrentMissionHeap() );

MEMTRACK_POP_GROUP( "Mission - Animated Icon" );
}

//=============================================================================
// AnimatedIcon::ScaleByCameraDistance
//=============================================================================
// Description: Converts all billboardquadgroups in the icon drawable to quads that are 
//              scaled by distance to camera
//
// Parameters:  (float minScale, float maxScale, float minDist, float maxDist)
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::ScaleByCameraDistance( float minScale, float maxScale, float minDist, float maxDist )
{
    // Default to no scaling
    mDSGEntity->SetScaleParameters( minScale, maxScale, minDist, maxDist ); 
}

//=============================================================================
// AnimatedIcon::Move
//=============================================================================
// Description: Comment
//
// Parameters:  ( const rmt::Vector& newPos )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Move( const rmt::Vector& newPos )
{
    if ( mRenderLayer == static_cast<RenderEnums::LayerEnum>(GetRenderManager()->rCurWorldRenderLayer()) )
    {
        rmt::Box3D oldBox;
        mDSGEntity->GetBoundingBox( &oldBox );

        mDSGEntity->pMatrix()->FillTranslate( newPos );

        if ( !GetFlag( (Flag)RENDERING ) )
        {
            ShouldRender( true );
        }

        GetRenderManager()->pWorldScene()->Move( oldBox, mDSGEntity );
        mDSGEntity->RecomputeShadowPosition();
    }
}

//=============================================================================
// AnimatedIcon::Update
//=============================================================================
// Description: Comment
//
// Parameters:  ( unsigned int elapsedMilliseconds )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Update( unsigned int elapsedMilliseconds )
{
    rmt::Sphere iconBoundingSphere;
    if ( mDSGEntity )
    {
        mDSGEntity->GetBoundingSphere( &iconBoundingSphere );
        mDSGEntity->m_Visible = false;
    }
    else
    {
        iconBoundingSphere.centre = rmt::Vector(0,0,0);
        iconBoundingSphere.radius = 1.0f;
    }

    if ( GetFlag( (Flag)RENDERING ) && GetGameplayManager()->TestPosInFrustrumOfPlayer(iconBoundingSphere.centre, 0, iconBoundingSphere.radius))
    {    
        if ( mDSGEntity )
        {
            mDSGEntity->m_Visible = true;
        }

        if ( mAnimIcon.multiController )
        {
            BEGIN_PROFILE( mAnimIcon.multiController->GetName() );
            //This allows me to ignore the extra updates caused by being part of 
            //a substep.
            unsigned int frame = GetGame()->GetFrameCount();
            if ( (mAnimIcon.multiController)->GetLastFrameUpdated() != frame )
            {
                (mAnimIcon.multiController)->Advance( (float)elapsedMilliseconds );
                (mAnimIcon.multiController)->SetLastFrameUpdated( frame );
                // Handle particle systems
                if ( mAnimIcon.effectIndex != -1 )
                {
                    tCompositeDrawable* compDraw = static_cast< tCompositeDrawable* >( mAnimIcon.drawable );
                    tCompositeDrawable::DrawableEffectElement* effectElement = static_cast< tCompositeDrawable::DrawableEffectElement* > ( compDraw->GetDrawableElement( mAnimIcon.effectIndex ) );
                    tParticleSystem* system = static_cast< tParticleSystem* >( effectElement->GetDrawable() );
                    if ( system )
                    {
                        rmt::Matrix mat;
                        mat.Identity();
                        system->Update( &mat );
                    }   
                }

                if ( GetFlag( (Flag)ONE_SHOT ) && (mAnimIcon.multiController)->LastFrameReached() > 0 )
                {
                    //This is a way to remove non-cyclic animations.  Beware,
                    //if the animation is intended to be cyclic it will disappear...
                    ShouldRender( false );
                }
            }
            END_PROFILE( mAnimIcon.multiController->GetName() );
        }
        
        if ( mAnimIcon.shadowController != NULL )
        {
            mAnimIcon.shadowController->Advance( (float)elapsedMilliseconds );
        }

#ifdef RAD_TUNE
        if ( sDbgEnableArrowScaling )
        {
            // Jeff P. wants to have watcher variables to tune the AI scaling.
            // If we are in tune mode, lets override the input parameters and set them to be
            // the values of some static watcher variables
            ScaleByCameraDistance( sDbgMinArrowScale, sDbgMaxArrowScale, sDbgMinArrowScaleDist, sDbgMaxArrowScaleDist );
        }   
#endif
    }
}

//=============================================================================
// AnimatedIcon::Reset
//=============================================================================
// Description: Comment
//
// Parameters:  ()
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Reset()
{
    if ( mAnimIcon.multiController )
    {
        (mAnimIcon.multiController)->Reset();
    }
}

//=============================================================================
// AnimatedIcon::ShouldRender
//=============================================================================
// Description: Comment
//
// Parameters:  ( bool shouldRender )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::ShouldRender( bool shouldRender )
{
    if ( shouldRender && !GetFlag( (Flag)RENDERING ) )
    {
        (reinterpret_cast<WorldRenderLayer*>(GetRenderManager()->mpLayer( mRenderLayer )))->pWorldScene()->Add( mDSGEntity );
        SetFlag( (Flag)RENDERING, true );
    }
    else if ( !shouldRender && GetFlag( (Flag)RENDERING ) )
    {
        (reinterpret_cast<WorldRenderLayer*>(GetRenderManager()->mpLayer( mRenderLayer )))->pWorldScene()->RemoveQuietFail( mDSGEntity );
        SetFlag( (Flag)RENDERING, false );
    }
}

//=============================================================================
// AnimatedIcon::GetPosition
//=============================================================================
// Description: Comment
//
// Parameters:  ( rmt::Vector& pos )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::GetPosition( rmt::Vector& pos )
{
    mDSGEntity->GetPosition( &pos );
}

//=============================================================================
// ::operator new
//=============================================================================
// Description: Comment
//
// Parameters:  ( size_t size )
//
// Return:      void
//
//=============================================================================
void* AnimatedIcon::operator new( size_t size )
{
    rAssert( sAnimatedIconPool != NULL );
    rAssert( sNumAllocated < MAX_ICONS );

    void* data = NULL;
    if ( sNumAllocated < MAX_ICONS )
    {
        unsigned int i;
        for ( i = 0; i < MAX_ICONS; ++i )
        {
            if ( !sAnimatedIconPool[ i ].mAllocated )
            {
                sAnimatedIconPool[ i ].mAllocated = true;
                data = static_cast<void*>(&sAnimatedIconPool[ i ]);
                ++sNumAllocated;
                break;
            }
        }
    }

    return data;
}

//=============================================================================
// ::operator new
//=============================================================================
// Description: Comment
//
// Parameters:  ( size_t size, GameMemoryAllocator allocator )
//
// Return:      void
//
//=============================================================================
void* AnimatedIcon::operator new( size_t size, GameMemoryAllocator allocator )
{
    return new AnimatedIcon();
}

//=============================================================================
// ::operator delete
//=============================================================================
// Description: Comment
//
// Parameters:  ( void* mem )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::operator delete( void* mem )
{
    AnimatedIcon* icon = static_cast<AnimatedIcon*>( mem );

    unsigned int i;
    for ( i = 0; i < MAX_ICONS; ++i )
    {
        if ( icon == &sAnimatedIconPool[ i ] )
        {
            icon->Deallocate();
            sNumAllocated--;
            break;
        }
    }

    rAssert( i < MAX_ICONS );
}

//=============================================================================
// void operator delete
//=============================================================================
// Description: Comment
//
// Parameters:  ( void* mem, GameMemoryAllocator allocator )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::operator delete( void* mem, GameMemoryAllocator allocator )
{
    AnimatedIcon::operator delete( mem );
}

//=============================================================================
// AnimatedIcon::InitAnimatedIcons
//=============================================================================
// Description: Comment
//
// Parameters:  ( GameMemoryAllocator allocator )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::InitAnimatedIcons( GameMemoryAllocator allocator )
{
    rAssert( sAnimatedIconPool == NULL );
    
    if ( sAnimatedIconPool == NULL )
    {
        #ifdef RAD_GAMECUBE
                HeapMgr()->PushHeap( GMA_GC_VMM );
        #else
                HeapMgr()->PushHeap( allocator );
        #endif
        sAnimatedIconPool = new AnimatedIcon[ MAX_ICONS ];

        unsigned int i;
        for ( i = 0; i < MAX_ICONS; ++i )
        {
            sAnimatedIconPool[ i ].mAllocated = false;
        }

        #ifdef RAD_GAMECUBE
                HeapMgr()->PopHeap( GMA_GC_VMM );
        #else
                HeapMgr()->PopHeap( allocator );
        #endif
    }
}

//=============================================================================
// AnimatedIcon::ShutdownAnimatedIcons
//=============================================================================
// Description: Comment
//
// Parameters:  ()
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::ShutdownAnimatedIcons()
{
    rAssert( sNumAllocated == 0 );

    //Paranoia Test
#ifdef RAD_DEBUG
    unsigned int i;
    for ( i = 0; i < MAX_ICONS; ++i )
    {
        rAssert( sAnimatedIconPool[ i ].mDSGEntity == NULL );
    }
#endif

    delete[] sAnimatedIconPool;
    sAnimatedIconPool = NULL;
}

//******************************************************************************
//
// Private Member Functions
//
//******************************************************************************

//=============================================================================
// AnimatedIcon::SetFlag
//=============================================================================
// Description: Comment
//
// Parameters:  ( Flag flag, bool value )
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::SetFlag( Flag flag, bool value )
{
    if ( value )
    {   
        mFlags |= ( 1 << flag );
    }
    else
    {
        mFlags &= ~( 1 << flag );
    }    
}

//=============================================================================
// AnimatedIcon::GetFlag
//=============================================================================
// Description: Comment
//
// Parameters:  ( Flag flag )
//
// Return:      bool 
//
//=============================================================================
bool AnimatedIcon::GetFlag( Flag flag ) const
{
    return ( (mFlags & ( 1 << flag )) > 0 );
}

//=============================================================================
// AnimatedIcon::Deallocate
//=============================================================================
// Description: Comment
//
// Parameters:  ()
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::Deallocate()
{
    if ( mDSGEntity )
    {
        //Scary, scary!
        if ( GetFlag( (Flag)RENDERING ) )
        {
            ShouldRender(false);
        }

        mDSGEntity->Release();
    }

    mFlags = 0;
    mAllocated = false;

    mDSGEntity = NULL;

    tRefCounted::Release(mAnimIcon.drawable);
    tRefCounted::Release(mAnimIcon.multiController);
    tRefCounted::Release(mAnimIcon.shadowController);
    tRefCounted::Release(mAnimIcon.shadowDrawable);
}

//=============================================================================
// AnimatedIcon::SetUpContents
//=============================================================================
// Description: Comment
//
// Parameters:  ( const char* iconName )
//
// Return:      void
//
//=============================================================================
void AnimatedIcon::SetUpContents( const char* iconName )
{
    tRefCounted::Assign(mAnimIcon.drawable, p3d::find<tDrawable>( iconName ));
    if ( mAnimIcon.drawable == NULL )
    {
        rReleasePrintf( "ERORR!!!!!  Can not init Animicon with missing (%s) drawable!!!!\n", iconName );
        tRefCounted::Assign(mAnimIcon.drawable, p3d::find<tDrawable>( "triggersphere_000" ));
    }

    rAssert( mAnimIcon.drawable != NULL );

    char controllerName[256];
    sprintf( controllerName, "%s_controller", iconName );

    tRefCounted::Assign(mAnimIcon.multiController, p3d::find<tMultiController>( controllerName ) );

    // Try and find the shadows (Collector cards have them, others are optional)
    // Append _shadow to the icon name to get the shadow name
    char shadowDrawableName[256];
    sprintf( shadowDrawableName, "%s_shadow", iconName );
    tRefCounted::Assign(mAnimIcon.shadowDrawable, p3d::find<tDrawable>( shadowDrawableName ));
    // Now try and find the shadow multicontroller
    char shadowControllerName[256];
    sprintf( shadowControllerName, "%s_controller", shadowDrawableName );
    tRefCounted::Assign(mAnimIcon.shadowController, p3d::find<tMultiController>( shadowControllerName ) );
}

//=============================================================================
// AnimatedIcon::SetUpEffects
//=============================================================================
// Description: Comment
//
// Parameters:  ()
//
// Return:      void 
//
//=============================================================================
void AnimatedIcon::SetUpEffects()
{
    //Only do this once.
    rAssert( mAnimIcon.effectIndex == -1 );

    // Try and find particle systems
    tCompositeDrawable* compDraw = dynamic_cast< tCompositeDrawable* >( mAnimIcon.drawable );
    if ( compDraw )
    {
        for ( int i = 0 ; i < compDraw->GetNumDrawableElement() ; i++ )
        {
            tCompositeDrawable::DrawableEffectElement* effectElement = dynamic_cast< tCompositeDrawable::DrawableEffectElement* > ( compDraw->GetDrawableElement( i ) );
            if (effectElement)
            {             
                tEffect* effect = static_cast< tEffect* >( effectElement->GetDrawable() );
                if ( effect != NULL )
                {
                    tParticleSystem* ps = static_cast< tParticleSystem* >( effect );
                    tParticleSystemFactory* factory = static_cast< tParticleSystemFactory* >( ps->GetFactory() );
                    factory->SetAlwaysUpdateAfterDisplay( false );
                    ps->ConvertEmittersToLocal();
                    mAnimIcon.effectIndex = i;
                    break;
                }
            }
        }
    }
}

#ifdef RAD_TUNE
void AnimatedIcon::AttachWatcherVariables()
{
    static bool sDbgArrowsAttachedToWatcher = false; // has the watcher variables been 
    // attached already ? dont attach them more than once
    if ( sDbgArrowsAttachedToWatcher == false )
    {
        const char* ANIMATED_ICON_DBG_NAMESPACE = "Animated Icons";

        radDbgWatchAddBoolean( &sDbgEnableArrowScaling, "Enable Arrow Scaling", ANIMATED_ICON_DBG_NAMESPACE );
        radDbgWatchAddFloat( &sDbgMinArrowScale, "Min Arrow Scale", ANIMATED_ICON_DBG_NAMESPACE,  NULL, NULL, 0, 20.0f );     
        radDbgWatchAddFloat( &sDbgMaxArrowScale, "Max Arrow Scale", ANIMATED_ICON_DBG_NAMESPACE,  NULL, NULL, 0, 20.0f );     
        radDbgWatchAddFloat( &sDbgMinArrowScaleDist, "Min Arrow Scale Distance", ANIMATED_ICON_DBG_NAMESPACE,  NULL, NULL, 0, 250.0f );     
        radDbgWatchAddFloat( &sDbgMaxArrowScaleDist, "Max Arrow Scale Distance", ANIMATED_ICON_DBG_NAMESPACE,  NULL, NULL, 0, 250.0f );     
    }
    sDbgArrowsAttachedToWatcher = true;
}

#endif

AnimatedIcon::AnimIconDSG::AnimIconDSG():
m_ScalingEnabled( false )
{
    
    // Default to no scaling
    SetScaleParameters( 1.0f, 1.0f, 1.0f, 1.0f );
}

AnimatedIcon::AnimIconDSG::~AnimIconDSG(){

}

float AnimatedIcon::AnimIconDSG::CalcScale()
{
    rmt::Vector objPosition;
    GetPosition( &objPosition );
    // Determine the distance to the camera
    rmt::Vector camPosition;
    p3d::context->GetView()->GetCamera()->GetWorldPosition( &camPosition );
    float distToBillboard = (camPosition - objPosition ).Magnitude();
    float billboardScale = m_Slope * ( distToBillboard - m_NearDist ) + m_MinSize;
    billboardScale = rmt::Clamp( billboardScale, m_MinSize, m_MaxSize );

    return billboardScale;
}

void AnimatedIcon::AnimIconDSG::SetScaleParameters( float minSize, float maxSize, float nearDist, float farDist )
{
    // Compute m
    // The slope of the equation determining icon scaling

    if ( ( farDist - nearDist ) > 0.01f )
    {
        // m = ( maxSize - 1.0f ) / ( far - near )
        m_MaxSize = maxSize;
        m_MinSize = minSize;
        m_NearDist = nearDist;
        m_Slope = ( maxSize - minSize ) / ( farDist - nearDist );  
        m_ScalingEnabled = true;
    }
    else
    {
        m_ScalingEnabled = false;
    }

}

// Display with scaling. 
void AnimatedIcon::AnimIconDSG::Display()
{
    if( m_Visible )
    {
        extern bool g_ParticleLOD;
        g_ParticleLOD = true;
        bool wasBBQManagerEnabled = BillboardQuadManager::sEnabled;
        BillboardQuadManager::Enable();
        if ( m_ScalingEnabled )
        {
            float scale = CalcScale();
            rmt::Matrix scaleMat;
            scaleMat.Identity();
            scaleMat.FillScale( scale );

            // Apply rotation/transform THEN scale to the local object
            rmt::Matrix origMatrix = *mpMatrix;
            mpMatrix->Mult( scaleMat, origMatrix );

            InstStatEntityDSG::Display();

            *mpMatrix = origMatrix;
        }
        else
        {
            InstStatEntityDSG::Display();
        }
        if ( wasBBQManagerEnabled == false )
        {
            BillboardQuadManager::Disable();
        }
        g_ParticleLOD = false;
    }
}