Posted 15 January 2015 - 06:11 PM
First I'll describe my scenario:
I'm trying to make an adventure map and I've enabled command blocks. If anyone ever played AdventureCraft maps for Minecraft Beta 1.7 you might know what I mean. So let's say a person is walking down a path and I want to play a little cinematic when he reaches certain points where the camera view flies smoothly to display what's ahead. I don't want the player to just fly straight, a more curvier path perhaps. First, I know this will have to include math that creates curves, but I have no idea how I could do this, all I know is that it'll involve quadratics. This might be a little off-topic but alternatives to math are also suitable for me, I want to know how I could do this using computercraft. I can use the command block to teleport the player at certain points, and the /tp command accepts decimals but it's not very smooth or atleast I don't know how I can make it very cinematic. Absolutely any help is appreciated even advise to go somewhere to learn something related to generating curves with algorithms, but thing is I don't know where to search, so err. Help?
Kind Regards,
augustas656
I'm trying to make an adventure map and I've enabled command blocks. If anyone ever played AdventureCraft maps for Minecraft Beta 1.7 you might know what I mean. So let's say a person is walking down a path and I want to play a little cinematic when he reaches certain points where the camera view flies smoothly to display what's ahead. I don't want the player to just fly straight, a more curvier path perhaps. First, I know this will have to include math that creates curves, but I have no idea how I could do this, all I know is that it'll involve quadratics. This might be a little off-topic but alternatives to math are also suitable for me, I want to know how I could do this using computercraft. I can use the command block to teleport the player at certain points, and the /tp command accepts decimals but it's not very smooth or atleast I don't know how I can make it very cinematic. Absolutely any help is appreciated even advise to go somewhere to learn something related to generating curves with algorithms, but thing is I don't know where to search, so err. Help?
Kind Regards,
augustas656