Exemplo n.º 1
0
 public MyRenderClipmap(MyRenderMessageCreateClipmap msg)
     : base(msg.ClipmapId, "Clipmap")
 {
     m_clipmapBase = new MyClipmap(msg.ClipmapId, msg.ScaleGroup, msg.WorldMatrix, msg.SizeLod0, this);
     SetDirty();
     m_position = msg.Position;
 }
Exemplo n.º 2
0
 public MyRenderClipmap(MyRenderMessageCreateClipmap msg)
     : base(msg.ClipmapId, "Clipmap")
 {
     m_clipmapBase = new MyClipmap(msg.ClipmapId, msg.ScaleGroup, msg.WorldMatrix, msg.SizeLod0, this);
     SetDirty();
     m_position = msg.Position;
 }
Exemplo n.º 3
0
 public MyRenderClipmap(MyRenderMessageCreateClipmap msg)
     : base(msg.ClipmapId, "Clipmap")
 {
     m_clipmapBase = new MyClipmap(msg.ClipmapId, msg.ScaleGroup, msg.WorldMatrix, msg.SizeLod0, this);
     SetDirty();
     m_position         = msg.Position;
     m_atmosphereRadius = msg.AtmosphereRadius;
     m_planetRadius     = msg.PlanetRadius;
     m_hasAtmosphere    = msg.HasAtmosphere;
 }
Exemplo n.º 4
0
 public MyRenderClipmap(MyRenderMessageCreateClipmap msg)
     : base(msg.ClipmapId, "Clipmap")
 {
     m_clipmapBase = new MyClipmap(msg.ClipmapId, msg.ScaleGroup, msg.WorldMatrix, msg.SizeLod0, this);
     SetDirty();
     m_position = msg.Position;
     m_atmosphereRadius = msg.AtmosphereRadius;
     m_planetRadius = msg.PlanetRadius;
     m_hasAtmosphere = msg.HasAtmosphere;
 }