3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: Move Camera  (Read 1146 times)

« on: July 08, 2013, 03:36:41 AM »
Hi.

I want make camera for Sport Car.I Need Know how can Move First Camera to Second camera Position? (I want move First camera and no disable-Enable camera).

Thanks
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #1 on: July 08, 2013, 04:27:10 AM »
Put it on a path.

The camera path demo will show you how to do this.
« Reply #2 on: July 08, 2013, 04:39:46 AM »
Quote
Insert Quote
Put it on a path.

The camera path demo will show you how to do this.

right, but I have 2 quetions:

1- for make custom path I should record path with car? or there is another way?

2- I want Stop my camera in custom Point on Path.how can do it?
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #3 on: July 08, 2013, 05:36:24 AM »
right, but I have 2 quetions:
1- for make custom path I should record path with car? or there is another way?
2- I want Stop my camera in custom Point on Path.how can do it?

1) Record it however you like - car, path plotter tool (search the forum), or type the positional values manually.
2) Why? Have a path for each movement or place you want the camera to be at.
« Reply #4 on: July 08, 2013, 05:57:07 AM »
Quote
2) Why? Have a path for each movement or place you want the camera to be at.

OK, I want When Press Enter, the First Camera Follow in Path and Stop to Second Camera Position then disable first camera and enable second camera.

I don't Know how work sport car camera in other games (e.g Need for Speed)
I Show it in this Picture.
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #5 on: July 08, 2013, 06:12:11 AM »
I Need Know how can Move First Camera to Second camera Position? (I want move First camera and no disable-Enable camera).

OK, I want When Press Enter, the First Camera Follow in Path and Stop to Second Camera Position then disable first camera and enable second camera.

So which one is it???

You said at first you "I want move First camera and no disable-Enable camera", and now "then disable first camera and enable second camera."

You're either having a second camera in the scene or you aren't.

Figure out what is it that you want, try to do it, then ask questions when/if you can't figure it out.
« Reply #6 on: July 08, 2013, 06:42:20 AM »
Quote
So which one is it???

You said at first you "I want move First camera and no disable-Enable camera", and now "then disable first camera and enable second camera."

You're either having a second camera in the scene or you aren't.

Figure out what is it that you want, try to do it, then ask questions when/if you can't figure it out.

ok Sorry, I think Could not good Explanation.

clearly, I want add Sport car Opotion for my game. I want add Some cameras for every part of the Car (for e.g: for wheel, Hood, ...).Mean when I want Sport Wheels, I need enable Wheel camera. I know how can disable-enable camera but I want disable-enable have a movement between cameras for beauty.

Thanks.
My Game : Star Wars 1.0

http://behdadgame.com/index.php?topic=3.0

possible way, if we found will make a way.
« Reply #7 on: August 05, 2013, 12:24:27 PM »
As far as I know, when you start and stop a camera, it jumps between them instantly.  If you want a smooth transition I think you can use S/H switch as well as start/stop.  I believe it works this way if both cameras are the same like 3rd person to 3rd person.

-Sorv
« Reply #8 on: August 05, 2013, 12:36:33 PM »
applying a bit of logic you only need one camera -  you want move one camera to the position of another and swap them over - that makes the camera you are swapping to pointless, just leave the original on.
show/hide switch does just that - switches between show and hide, no smooth transition
« Reply #9 on: August 11, 2013, 08:46:06 AM »
this is not art related and does not belong in the ARTIST'S DISCUSSION FORUM...

--Mike

Galaxy204

« Reply #10 on: November 11, 2013, 06:44:03 PM »
Hi.

I want make camera for Sport Car.I Need Know how can Move First Camera to Second camera Position? (I want move First camera and no disable-Enable camera).

Thanks


hey made it were you can change to back and forth on cameras if that's what you wanted press space or play button them press to change camera
« Reply #11 on: November 13, 2013, 08:05:25 AM »
what!!??

Galaxy... how old are you, if i may ask...

--Mike
« Reply #12 on: November 13, 2013, 11:57:30 PM »
Observe what language has become Mike xD
« Reply #13 on: November 16, 2013, 09:31:58 AM »
Going off topic, I once merged the aircraft demo and put a path object on the plane and recorded a path with that.  ;D

ahhh that was fun, and excessively time consuming...

Sorry, my bad.

I can't understand whats going on here, so unfortunately I can't help, do you want a camera to smoothly switch from place to place?

why not try this.

Try using a path covering all the places you need the camera to go, then have the camera follow the path (use a skinmesh to follow the path and attach the camera to that, because cameras don't follow paths by themselves)

then like you can attach an EventOnInput to a Timer which activates the skinmesh to follow the path, and then the timer stops the skinmesh when it reaches the location of the second cam you mentioned.

Only problem, is recording that path.
« Reply #14 on: November 16, 2013, 09:43:02 AM »
Hawk I should mention that recording a path isn't always necessary, you can also enter coordinates manually and test it like that, or use the path demo addon that around here somewhere.  It lets you put path nodes in your project while it is running by clicking where you want each node to be.  It is very useful.
Pages: [1]