displaying some standard symbols

Hi,

I need to display some symbols like, spring, a bar,
damper, …

the numbers may be in thousands in some cases. Can you please suggest a good way to display these kind of symbols.

TIA
Satya

create a display list for each object
u will have to create the models somehow eg a modeling programn

  • just use glCallList( spring_DL_id ); etc