예제 #1
0
파일: MapSky.cs 프로젝트: remixod/sharpwow
 public void AddNewLight(WorldLightEntry wle)
 {
     mLights.Add(wle);
     SortLights();
     foreach (var wlee in mLights)
         mLightEntries.Add(new VisualLightEntry(wlee));
 }
예제 #2
0
 public void AddNewLight(WorldLightEntry wle)
 {
     mLights.Add(wle);
     SortLights();
     foreach (var wlee in mLights)
     {
         mLightEntries.Add(new VisualLightEntry(wlee));
     }
 }
예제 #3
0
파일: MapSky.cs 프로젝트: remixod/sharpwow
 public VisualLightEntry(WorldLightEntry wle)
 {
     lightEntry = wle;
     Weight = 0.0f;
 }
예제 #4
0
 public VisualLightEntry(WorldLightEntry wle)
 {
     lightEntry = wle;
     Weight     = 0.0f;
 }