diego1996 / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Bullet Kinemetic Character Controller Lua Interface #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Currently, Ogrekit do not support Character Controller 
2.
3.

What is the expected output? What do you see instead?
Users can set up an object as character controller through Lua interface.

What version of the product are you using? On what operating system?
SVN Version 808 on Ubuntu 10.10 64 bits

Please provide any additional information below.
This is my first time post an issue so if I did it incorrectly, please feel 
free to correct me.

The attachment includes a diff file that computes by svn.

Another attachment is the .blend sample that demonstrate the status of the 
current works.

Right now the interface only allows users user to access basic usage such as 
rotating and moving. But I wish to add in the ability to get the collidewith 
and the simple message system to work.

There is some guide in the instruction file about current Lua interface.

Original issue reported on code.google.com by CHRISTYH...@gmail.com on 17 Jan 2011 at 5:54

Attachments:

GoogleCodeExporter commented 9 years ago
I have applied your patch to r810 & changed some interfaces.

Changes:
Moved gsCharacter implementation code to gkCharacter.
Changed OgreKit:Character() to GameObject:getCharacter
Changed onGroud to isOnGround.
Remvoed QmV3 functions.

Let me know if I missed something.
Thanks for patch, DANIL.

Original comment by harkon...@gmail.com on 17 Jan 2011 at 7:50

GoogleCodeExporter commented 9 years ago
Thank you harkon.kr for applying the patch. I should realize that the character 
controller should be placed under GameObject instead of directly under gamekit 
to allow developers to accesses to all GameObject properties as well as 
character controller.

Sincerely,
Danil

Original comment by CHRISTYH...@gmail.com on 18 Jan 2011 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by harkon...@gmail.com on 14 Mar 2011 at 7:19