View Single Post
  #3  
Old 02-02-2011, 06:33 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Crow View Post
I thought about drawing an extra shadow at work today. After thoroughly thinking about it, it really doesn't seem that bad. Suppose I'll just do that. Thanks for your help.
Well considering how many potential projectiles will be flying around an additional shadow being drawn probably won't add any noticeable FPS loss to PCs.

Can always do something like this with no headache.

PHP Code:
function drawProjectiles() {
  
temp.ind 200;
  for (
temp.projectilethis.projectiles) {
    
temp.ind drawProjectile(temp.indyaddayadda);
  }
}

function 
drawProjectile(indpanitxtytz) {
  
showani2(indtxtytz2pani);
  
showimg(ind 1"shadow.png"txty);
  return 
ind+2;

People can and have done far worse.
__________________
Quote:
Reply With Quote