About Store Forum Documentation Contact



Post Reply 
Few more questions
Author Message
hck Offline
Member

Post: #1
Few more questions
1. How can I draw head in a shadow when I play FPP camera? In the code from tutorial it isn't drawing and it don't looks nice.

2. How can my character jump higher?

3. How can I disable sun shine effect to the text?

4. How can I add to a mesh created in e.g. 3DS Studio sections like head used to make FPP camera?
10-18-2009 08:39 AM
Find all posts by this user Quote this message in a reply
Barthap Offline
Member

Post: #2
RE: Few more questions
2. In player update you've got this line:
Code:
input.jump  =(Kb.bp(KB_SPACE ) ? 3.5 : 0);
3.5:0 change to 4.5:0 or any number higher than 3.5 and your character will jump higher. If number is higher, character jumps higher.
10-18-2009 08:52 AM
Find all posts by this user Quote this message in a reply
menajev Offline
Member

Post: #3
RE: Few more questions
(10-18-2009 08:39 AM)hck Wrote:  3. How can I disable sun shine effect to the text?
Draw it outside Render function.
10-18-2009 10:45 AM
Find all posts by this user Quote this message in a reply
Post Reply