Friday, November 20, 2009

ok did my next commit

revno: 2
committer: sundar@animcentral
branch nick: qtClothSImulation
timestamp: Fri 2009-11-20 08:50:19 +0000
message:
Added The sphere to primitives. Works on the basis of generating a cos sin table which basically plots circles all through the length and the breath to create intersection points. Once this is done we make quads between the intersection points .


Oh ya it is pretty much mentioned in the commit message . Oh i came across this funky piece of bazaar script i had writtern in the past to do the commits. Well seems i am pretty lazy after all chuckles....

It basically does my doxygen running and stuff.. Oh my run script wrote that as well..

not a big one but pfffft scripts are meant to be small hehehe

#!/bin/bash
clear

for search in *release/ClothDemo*;
do
if [ -f "$search" ]
then
echo "Removing Previous Instance**"
rm -f $search
fi
done

echo "Running QMAKE "
qmake
echo " done ..... "
echo " "
echo "Running make files "
make
echo " done ..... "
echo " "
echo " Executing Codes "
echo " "
cd release
./ClothDemo
cd ..




there does nothing really doesit hahahhahahaha just runs qmake and make oh the reason i am a lazy ass and dont feel like going into folders .... lol

No comments:

Post a Comment