using eular coords instead of matrices Programming Game Development by Tcll …demonstraition of what I'm trying to do: def calcInfluence(Coords): #apply to verts from global location Ix,Iy,Iz …,Ly,Lz),(Rx,Ry,Rz),(Sx,Sy,Sz),W in Coords: #P = Point of transformation (base of the bone) …by the facepoints. the "Coords" come from a list of local bone coords supplied with weights. I want… Perspective or Coords problem Programming Game Development by Gekitatsu … at that location (cursor position). After doing some debugging (reviewing coords printed) it doesn't appear to be a coord problem… dot (up to 50) and a debug report (txt with coords of dots made) will be created in the main folder… Button Coords Programming Software Development by JasonDoyle … of me I cant figure out how i can add coords to those buttons, anybody have any ideas? Re: using eular coords instead of matrices Programming Game Development by Tcll EDIT: \*changes topic title\* using eular rotation to rotate a vert about a given point Re: using eular coords instead of matrices Programming Game Development by ddanbe Did you know about [this](http://en.wikipedia.org/wiki/Quaternion)? Re: using eular coords instead of matrices Programming Game Development by Tcll not bad :) I've always known quaternions to have a 1-up on the competition to both eular and matrices. (avoiding gimbal-lock and using less computations) though I never really fully understood them and lost interest in using them. XD nice find indeed :) Re: using eular coords instead of matrices Programming Game Development by ddanbe Yeah, quaternions are rather nasty, but effective. I hope you don't get the idea I know all about them! :) Re: using eular coords instead of matrices Programming Game Development by Tcll "don't" get the idea?? lol you confuse me my good sir :) are you saying you don't want me to question you about them?? or are you referring to them being "bad", in a sense?? if it's a matter of complexity, IDC (complexity == fun) ^ "fun" in the sense of frustration with progress. :P Re: using eular coords instead of matrices Programming Game Development by ddanbe No, just meant to point out that they existed, they are quite exiting! Altough I did some things with quaternions, I wanted to point out that I know too little of the matter to help you out with it. Happy computing. :) Re: using eular coords instead of matrices Programming Game Development by Tcll ah, alright, thanx :) Re: Perspective or Coords problem Programming Game Development by sfuo I looked through your code and you should not use perspective when you are trying to render something that is 2D. So use glOrtho() this way everything is flat (no depth). In your render() and initialize() functions remove gluLookAt(); And use this code for your SetupProject() function [CODE]void SetupProjection() { glViewport(0, 0, … Re: Perspective or Coords problem Programming Game Development by Gekitatsu hahaha finally a answer. Funny thing is I found the solution to this a couple of mins ago in my openGL book. I was about to go test it right after I checked up on this thread. Thank you very much. Now how would I go about making a the function you were talking about? (window resize) I've never made one. If you don't want to type up all the code a … Re: Button Coords Programming Software Development by JasonDoyle got it working just set layout to null. Re: Search by location? Programming Web Development by kooia Coords sound pretty good to me ... add a half degree to each coord - take 22N, 33W and get 22.5N, 21.5N, 33.5W, and 32.5W. Search for people with a coord inside. Something like that maybe. Is that what you're looking for? onclick? Digital Media UI / UX Design by thejester1975 …;/> <area shape="rect" coords="152,137,223,201" href="…;/> <area shape="rect" coords="228,137,299,201" href="…;/> <area shape="rect" coords="303,138,374,202" href="…; /> <area shape="rect" coords="304,342,373,405" href="55… Image Map Rollover error Programming Web Development by gj6kings …quot;> <area shape="rect" coords="329,1,356,28" href="http…quot;> <area shape="rect" coords="358,1,382,28" href="…quot;> <area shape="rect" coords="391,1,416,28" href="…quot;> <area shape="rect" coords="418,1,446,28" href="… Best First Algorithm Programming Software Development by leecheneler … GOAL NODES/// coords* start = new (coords); coords* goal = new (coords); ///CREATE CURRENT NODE/// coords* current; ///CREATE EACH NODE TO EXPAND/// coords* north; coords* east; coords* south; coords* west; ///READ… Tic-Tac-Toe MiniMax AI Alogorithm Programming Software Development by Medalgod …() { bool inPlay = true; while (inPlay) { int[] coOrds = CheckCoOrdinates(GetCoOrdinates()); if (coOrds[0] != 0) { return coOrds; } } int[] csDoesntWork = new int[2]; return… Re: Tic-Tac-Toe MiniMax AI Alogorithm Programming Software Development by Medalgod …() { bool inPlay = true; while (inPlay) { int[] coOrds = CheckCoOrdinates(GetCoOrdinates()); if (coOrds[0] != 0) { return coOrds; } } int[] csDoesntWork = new int[2]; return csDoesntWork… tkinter function help!! Programming by MrQuentin …randint def rander(): global numcolone,hauteur if numcolone == 0: canvas.coords(rectangle0,2,500,7,hauteur[0]) elif numcolone == 1: canvas…77,hauteur[10]) def refresh(): canvas.coords(rectangle0,2,500,7,hauteur[0]) canvas.coords(rectangle1,9,500,14,hauteur[1]) … Segfault exiting main changing int to short Programming Software Development by gyst …+=2) { possibles->coords[m] = places->coords[m]; possibles->coords[m+1] = places->coords[m+1]; } possibles-&… 1; position->coords[0] = possibles->coords[2*n1]; position->coords[1] = possibles->coords[2*n1+1]; … background image - help Digital Media UI / UX Design by DonutBanana …(/CGIVAR)&pg=contact%22" shape="rect" coords="169, 126, 258, 164"> <area href…(/CGIVAR)&pg=services%22" shape="rect" coords="351, 127, 440, 164"> <area href…(/CGIVAR)&pg=checkout%22" shape="rect" coords="439, 126, 537, 164"> <area href… Heap corruption causing crash when deleting arrays. Programming Software Development by dillinger88 … = 0; i < 4; i++) { //determine local coords for gauss point i. E1 = E2 = E3 = E4 … = Mesh1.meshElements[currentElement].elementNodes[0]->Coords[j-1]*N1E1 + Mesh1.meshElements[currentElement].elementNodes[4]-&… = Mesh1.meshElements[currentElement].elementNodes[3]->Coords[j-1]*N4E4 + Mesh1.meshElements[currentElement].elementNodes… AStar (A*) implementation in pacman game, many errors! :( Programming Software Development by Erra93 …ggas till så är path-listan tom { coords = (gx.ToString() + "|" +… { l = DistanceBetween( px, py, makeInt( coords[0] ), makeInt( coords[1] ) ); r = i; } else… Multidimensional array within C struct Programming Software Development by n.cramp …3];//width, height, length int totalQuads; float *coords; GLubyte indices[]; }geo; geo Base; void createGeo…{ inst.indices[i] = i; } //assign memory inst.coords = malloc(inst.totalQuads * 3 * sizeof(float)); //perhaps … usemap onclick function Programming Web Development by vijayram …;color_pallete" > <area shape="rect" coords="7,7,31,30" href="#003300"…(this);" /> <area shape="rect" coords="92,35,115,57" href="#666699"…(this);" /> <area shape="rect" coords="91,88,115,111" href="#993366"… how to create form preview before form submit? Programming Web Development by Vijaysurya …;color_pallette" > <area shape="rect" coords="7,7,31,30" href="#003300"…(this);" /> <area shape="rect" coords="92,35,115,57" href="#666699"…(this);" /> <area shape="rect" coords="91,88,115,111" href="#993366"… K-means clustering Programming Software Development by G-Do … def __init__(self, coords, reference=None): self.coords = coords self.n = len(coords) self.reference = …points: centroid_coords[i] = centroid_coords[i]+p.coords[i] centroid_coords[i] = centroid_coords[i]/len…n): ret = ret+pow((a.coords[i]-b.coords[i]), 2) return math.sqrt(… How to solve linker error at DEVC++ Programming Software Development by lennyemp …MyCell, OldCell; WORD MyAttrib, OldAttrib; char BlankCell = 0x20; COORD Coords, Delta; COORD Old = {0,0}; DWORD Dummy; char *MyID… the block. Old.X = Coords.X; Old.Y = Coords.Y; Coords.X += Delta.X; Coords.Y += Delta.Y; //… Running through a txt files and determining when a folder name matches a line in it Programming Software Development by TheDocterd …; <area title="e20" shape="circle" coords="1030,670,8" href="e20\TruView.xml…; <area title="e19" shape="circle" coords="1046,611,8" href="e19\TruView.xml…; <area title="e15" shape="circle" coords="1040,459,8" href="e15\TruView.xml…