Subversion Repositories gelsvn

Rev

Rev 596 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 596 Rev 614
Line 57... Line 57...
57
		void post_create_display_list()
57
		void post_create_display_list()
58
		{
58
		{
59
			create_display_list = true;
59
			create_display_list = true;
60
		}
60
		}
61
		
61
		
62
		void harmonics_analyze_mesh()
62
		void harmonics_analyze_mesh(GLGraphics::Console& cs)
63
		{
63
		{
64
			delete harmonics;
64
			delete harmonics;
65
			harmonics = new Harmonics(mani);
65
			harmonics = new Harmonics(mani, cs);
66
		}
66
		}
67
		
67
		
68
		void harmonics_reset_shape()
68
		void harmonics_reset_shape()
69
		{
69
		{
70
			if(harmonics)
70
			if(harmonics)