5>SpeedTreeCore_d_2008.lib(CoordSys.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(Core.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(ErrorHandler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(Geometry.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(Material.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(Parser.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeCore_d_2008.lib(Wind.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeCore_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeForest_d_2008.lib(Forest.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeForest_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info
5>SpeedTreeForest_d_2008.lib(Instance.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with '../../../PlayAll/External/Win32/Current/PlayAll/External/SpeedTreeForest_d_2008.lib' or at 'c:\code\Crusaders\Bin\vc80.pdb'; linking object as if no debug info

HURRRR !
sb.append( delimiter ).append( chars, index, next - index ) ;

Je ne suis pas développeur Java : je suis artiste Java.
Ce que l’on conçoit bien s’énonce clairement, / Et le code pour l’écrire arrive aisément.
Hâtez-vous lentement ; toujours, avec méthode, / Vingt fois dans l’IDE travaillez votre code.
La perfection est atteinte, non pas lorsqu’il n’y a plus rien à ajouter, mais lorsqu’il n’y a plus rien à retirer.
You don't use science to show that you're right, you use science to become right.
// TODO: implement
SIMD::Float4 vflipper = billboarder->NeedsVerticalUVFlipping() ? SIMD::Float4::Zero() : SIMD::Float4(0, 1, 0, 1);

HURRRR !
Aerospatiale SA330B Puma (1128 / DAN) France

<<< Kernel Extremis©®™ >>> et Inventeur de la différence administratif/judiciaire ! (©Yoshi Noir)
<Vertyos> un poil plus mais elle suce bien quand même la mienne ^^
<Sabrina`> tinkiete flan c juste qu'ils sont jaloux que je te trouve aussi appétissant
static const HH_ALIGN(0x40) float tcPack[16*2] = {
1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0,0,0,0, // for cache-line alignment
1, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0,0,0,0 // y-flipped version
};
hh_u32 flipOffset = m_NeedsVerticalUVFlipping ? 16 : 0; // unsafe: (m_NeedsVerticalUVFlipping << 4)
SIMD::Float4 xmm0 = SIMD::Float4::LoadAligned16(tcPack + flipOffset + 0);
SIMD::Float4 xmm1 = SIMD::Float4::LoadAligned16(tcPack + flipOffset + 4);
SIMD::Float4 xmm2 = SIMD::Float4::LoadAligned16(tcPack + flipOffset + 8);
if (Mem::IsAligned<0x10>(rawTargetPtr))
{
hh_u32 batchCount = billboardCount >> 2;
while (batchCount--)
{
xmm0.StoreAligned16_CacheBypass(rawTargetPtr + 0x00);
xmm1.StoreAligned16_CacheBypass(rawTargetPtr + 0x04);
xmm2.StoreAligned16_CacheBypass(rawTargetPtr + 0x08);
xmm0.StoreAligned16_CacheBypass(rawTargetPtr + 0x0C);
xmm1.StoreAligned16_CacheBypass(rawTargetPtr + 0x10);
xmm2.StoreAligned16_CacheBypass(rawTargetPtr + 0x14);
xmm0.StoreAligned16_CacheBypass(rawTargetPtr + 0x18);
xmm1.StoreAligned16_CacheBypass(rawTargetPtr + 0x1C);
xmm2.StoreAligned16_CacheBypass(rawTargetPtr + 0x20);
xmm0.StoreAligned16_CacheBypass(rawTargetPtr + 0x24);
xmm1.StoreAligned16_CacheBypass(rawTargetPtr + 0x28);
xmm2.StoreAligned16_CacheBypass(rawTargetPtr + 0x2C);
rawTargetPtr += 0x30;
}
batchCount = billboardCount & 0x3;
while (batchCount--)
{
xmm0.StoreAligned16_CacheBypass(rawTargetPtr + 0);
xmm1.StoreAligned16_CacheBypass(rawTargetPtr + 4);
xmm2.StoreAligned16_CacheBypass(rawTargetPtr + 8);
rawTargetPtr += 12;
}
SIMD::WriteBarrier();
}
else
{
for (hh_u32 i = 0; i < billboardCount; i++)
{
xmm0.StoreUnaligned(rawTargetPtr + 0);
xmm1.StoreUnaligned(rawTargetPtr + 4);
xmm2.StoreUnaligned(rawTargetPtr + 8);
rawTargetPtr += 12;
}
}

HURRRR !
Apple iPhone 3G S black 16GB - Orange Sim-Lock 880.00 880.00
(0.00)
____________________
PP de mon iPod. Et oui 880 c'est bien le prix que qqn essaie de vendre ça...