Questions tagged [crystal-space-3d]

3 questions
2
votes
2 answers

g++ complains that "virtual const ... cannot be overloaded"

I am attempting to use a third party SDK (Crystal Space) and am encountering some problems. The code (not mine) looks like this: #define CS_EVENTHANDLER_PHASE_LOGIC(x) CS_EVENTHANDLER_NAMES(x) …
Jeff
  • 4,285
  • 15
  • 63
  • 115
1
vote
1 answer

The difference between <> and "" in MSVC

Possible Duplicate: What is the difference between #include and #include “filename”? include “file.h” vs what is the difference? I've encountered this a couple of times when using external libraries and I assume that this is…
Mark A. Ropper
  • 375
  • 3
  • 12
0
votes
1 answer

Best for 3D network visualization: panda3d or Crystal Space 3D?

I am interested in creating a 3D visualization of network packets. A few years ago these things sold for tens of thousands of dollars, but now I think that I can hack one together in a few hours using an open source 3D kit. I've looked around and…
vy32
  • 28,461
  • 37
  • 122
  • 246