Character Controller
Posted: Sun Jun 26, 2011 1:52 am
Hello,
I am just getting started with 3D programming and have "graduated" to the point where it's time to start adding physics. I've played around with the library and really like what I've seen so far. Most of what I have tried has been pretty self-explanatory and I really like how object oriented things seem to be.
I'm at the point where I want to implement a very simple Character Controller. My thought was to create a capsule and use it as my entity. As I started doing some research on what needs to go into a character controller, I found posts in this forum that talked about a SimpleCharacterController and a more full-featured CharacterController. Are these classes available in the source code, or were they included in a demo? I've searched, but I can't find them anywhere. Also, I'd love to see a demo using a simple character controller to get an idea of what's involved. I do plan to write mine from scratch so I understand all the bits that make it work, but having a guid will be very helpful.
So far this has been a great experience for me. I'm doing all the coding (20 years experience) and my two boys (teenagers) are creating 3D models and story line ideas. Not sure where it will end up, but the journey sure has been fun!
Thanks,
-Scott
I am just getting started with 3D programming and have "graduated" to the point where it's time to start adding physics. I've played around with the library and really like what I've seen so far. Most of what I have tried has been pretty self-explanatory and I really like how object oriented things seem to be.
I'm at the point where I want to implement a very simple Character Controller. My thought was to create a capsule and use it as my entity. As I started doing some research on what needs to go into a character controller, I found posts in this forum that talked about a SimpleCharacterController and a more full-featured CharacterController. Are these classes available in the source code, or were they included in a demo? I've searched, but I can't find them anywhere. Also, I'd love to see a demo using a simple character controller to get an idea of what's involved. I do plan to write mine from scratch so I understand all the bits that make it work, but having a guid will be very helpful.
So far this has been a great experience for me. I'm doing all the coding (20 years experience) and my two boys (teenagers) are creating 3D models and story line ideas. Not sure where it will end up, but the journey sure has been fun!
Thanks,
-Scott