Faster cause no lighting grin

Using single entities for each tree lets you rotate around their origin so no extra data is needed.

Code:
InPos.xz = float2 ( InPos.x * vecSkill1.y - InPos.z * vecSkill1.x, InPos.x * vecSkill1.x + InPos.z * vecSkill1.y );



Salud!