mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 06:26:39 +00:00 
			
		
		
		
	Reserve; skirts
This commit is contained in:
		
							parent
							
								
									85ac658cac
								
							
						
					
					
						commit
						bc8bb9c57e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -303,8 +303,8 @@ namespace MWRender{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					    for(; boneSequenceIter != boneSequence.end(); boneSequenceIter++)
 | 
										    for(; boneSequenceIter != boneSequence.end(); boneSequenceIter++)
 | 
				
			||||||
					    {
 | 
										    {
 | 
				
			||||||
							if(creaturemodel->getSkeleton()->hasBone(*boneSequenceIter)){
 | 
												if(skel->hasBone(*boneSequenceIter)){
 | 
				
			||||||
							Ogre::Bone *bonePtr = creaturemodel->getSkeleton()->getBone(*boneSequenceIter);
 | 
												Ogre::Bone *bonePtr = skel->getBone(*boneSequenceIter);
 | 
				
			||||||
								// Computes C = B + AxC*scale
 | 
													// Computes C = B + AxC*scale
 | 
				
			||||||
								transmult = transmult + rotmult * bonePtr->getPosition();
 | 
													transmult = transmult + rotmult * bonePtr->getPosition();
 | 
				
			||||||
								rotmult = rotmult * bonePtr->getOrientation();
 | 
													rotmult = rotmult * bonePtr->getOrientation();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue