About Store Forum Documentation Contact



Post Reply 
Question about gravity
Author Message
mih Offline
Member

Post: #1
Question about gravity
Hi, is It possible to make gravitation work in opposite direction smile ?
(This post was last modified: 07-18-2010 09:19 PM by mih.)
07-18-2010 06:35 PM
Find all posts by this user Quote this message in a reply
ID0 Offline
Member

Post: #2
RE: Question about gravity
Question about gravity..... sorry for offtop - beautifulsmile
07-18-2010 08:07 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #3
RE: Question about gravity
gravity -"number" ?
07-18-2010 08:46 PM
Find all posts by this user Quote this message in a reply
mih Offline
Member

Post: #4
RE: Question about gravity
ooops I mean gravitation pfftP
07-18-2010 09:18 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #5
RE: Question about gravitation
Physics.gravity(Vec(0,9.8,0)); ?
07-18-2010 10:11 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #6
RE: Question about gravitation
Physics.gravity(Vec(0,-9.8,0));
(This post was last modified: 07-18-2010 10:54 PM by Zervox.)
07-18-2010 10:54 PM
Find all posts by this user Quote this message in a reply
Harry Offline
Member

Post: #7
RE: Question about gravitation
(07-18-2010 10:54 PM)Zervox Wrote:  Physics.gravity(Vec(0,-9.8,0));

Vec(0,-9.8,0) is default setting for gravity. From Physics.h header - "default=(0,-9.8,0)".
07-19-2010 10:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
mih Offline
Member

Post: #8
RE: Question about gravitation
thanks smile
07-19-2010 04:45 PM
Find all posts by this user Quote this message in a reply
ID0 Offline
Member

Post: #9
RE: Question about gravitation
Btw, is it possible do this, like in dead space? Esenthel? Somebody?smile
[Image: image_4c5f74f40735c.jpg]
08-09-2010 05:33 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Question about gravitation
if you disable default gravity, manually apply it, and not use default character controller then yes
08-09-2010 10:00 AM
Find all posts by this user Quote this message in a reply
ID0 Offline
Member

Post: #11
RE: Question about gravitation
Good news, thank yousmile
(This post was last modified: 08-09-2010 10:18 AM by ID0.)
08-09-2010 10:17 AM
Find all posts by this user Quote this message in a reply
Nethrix Offline
Member

Post: #12
RE: Question about gravitation
did you have any success with this ? im working on something similar. any other things to worry about other than gravity being off and player controller?
(This post was last modified: 01-09-2011 06:36 PM by Nethrix.)
01-09-2011 06:35 PM
Find all posts by this user Quote this message in a reply
ID0 Offline
Member

Post: #13
RE: Question about gravitation
No, i didn't even started, in my game it's not so important. But if you make this, don't be greedy, and tell us how? wink
01-10-2011 04:26 AM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #14
RE: Question about gravitation
The concept of planetary gravity sounded interesting to me, so I decided to try and make a quick demo of it. I am about 75% done. Right now, you can run forwards and backwards around the planet and bump into static objects. Once I make it so that you can turn and jump, I'll release the project along with the source code.
01-10-2011 10:26 AM
Find all posts by this user Quote this message in a reply
Nethrix Offline
Member

Post: #15
RE: Question about gravitation
This sounds awesome, i will soon be attempting a similar thing.
05-02-2011 12:12 PM
Find all posts by this user Quote this message in a reply
Post Reply