This website requires JavaScript.
Explore
Help
Sign In
Bart
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
Code
Issues
Pull Requests
Releases
Wiki
Activity
2,057
Commits
10
Branches
0
Tags
25b4d8da0b8a01ff214f41f47c4fa048f60dfa87
Commit Graph
3 Commits
Author
SHA1
Message
Date
erwin.coumans
81f04a4d48
fix: some file didn't have the svn:eol-style native yet
2010-03-06 15:23:36 +00:00
ejcoumans
11a0589732
removed the need for RTTI/runtime type checking/dynamic_cast in glui. It is unnecessary to overhaul the build systems just for this feature. Replaced by upcasting virtual methods
...
if ( !dynamic_cast<GLUI_Rollout*>(this) && becomes if ( !this->dynamicCastGLUI_Rollout() && etc.
2007-10-21 03:02:11 +00:00
ejcoumans
8f7b132d23
add glui library
2007-10-18 04:59:58 +00:00