brunoribeiro / burriswarehouse

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

Camera, What are you trying to do!? #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The camera at the beginning of the game does a wacky thing.  Today I found out 
from other team members that the camera is trying to do an animation -- a 
smooth ease in to the character.  I think this is a wonderful idea, but it 
doesn't work.  If you notice what the camera really does is freaks out quite a 
bit until an animation of the camera is done going through.

My question is for Dr. Shomper, is there actually a camera animation that you 
are aware of that is going on?  There is no use trying to find something that 
doesn't exist.  I vote that if this does exist, we remove it until we find a 
better way of doing this.  I think what is happening is it is trying to clean 
up stuff from the model loading, plus trying to do this animation, and it just 
kills the fps of the game at the beginning.

Original issue reported on code.google.com by DanielTJ...@gmail.com on 28 Feb 2011 at 3:30

GoogleCodeExporter commented 9 years ago
I am not aware of an "ease in" animation.  I'm not saying that none exists, 
just that I'm not aware of any deliberate attempt to do this.

Status: Accepted
Owner: DanielTJ...@gmail.com
CC: cjbus...@gmail.com,  calebmay...@gmail.com,  kshom...@cedarville.edu
Labels: Type-Enhancement Priority-Medium Performance Milestone-Release2.0

New issue 19 by DanielTJ...@gmail.com: Camera, What are you trying to do!?
http://code.google.com/p/burriswarehouse/issues/detail?id=19

The camera at the beginning of the game does a wacky thing.  Today I found  
out from other team members that the camera is trying to do an animation --  
a smooth ease in to the character.  I think this is a wonderful idea, but  
it doesn't work.  If you notice what the camera really does is freaks out  
quite a bit until an animation of the camera is done going through.

My question is for Dr. Shomper, is there actually a camera animation that  
you are aware of that is going on?  There is no use trying to find  
something that doesn't exist.  I vote that if this does exist, we remove it  
until we find a better way of doing this.  I think what is happening is it  
is trying to clean up stuff from the model loading, plus trying to do this  
animation, and it just kills the fps of the game at the beginning.

Original comment by kashom...@gmail.com on 28 Feb 2011 at 3:42

GoogleCodeExporter commented 9 years ago
Okay, this is good to know.  Is there a maint. manual that the team created 
(like the one we will turn in at the end of the year) that I may be able to 
look at?  This would apply to this issue as well as the other issue (speed 
optimization).

Original comment by DanielTJ...@gmail.com on 28 Feb 2011 at 3:48

GoogleCodeExporter commented 9 years ago
Problem Solved.  I found where this does this and changed it from true to 
false.  Eventually I would say we would want this, but for now, it is not a 
huge priority.  I will commit later tonight.

Original comment by DanielTJ...@gmail.com on 1 Mar 2011 at 2:05