Drawing multiple grids

Can I use OpenGL to draw 2 grids on one form? I am plotting the course of a plane using a top-down view on one grid and a side view on the other grid. All the graphics are 2D.

Thanks

Jeff

I would suggest to simply create 2 viewports, and draw to them as if you had 2 completely independant scenes (well, actually you’ll have that…).