Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. private void HandleColormapChange( ILColormap Colormap )
  2. {
  3.        mILPanel.Scene.First<ILPlotCube>().First<ILSurface>().Colormap = Colormap;
  4.        mILPanel.Scene.First<ILPlotCube>().Reset();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement