git-svn-id: svn://anubis/anaglym/trunk@135 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
1d97d948fc
commit
c3d50a4f30
@ -788,7 +788,8 @@ void Engine::Object::render()
|
||||
dVector3 rotated_plane_direction;
|
||||
dVector3 rotated_x;
|
||||
dVector3 rotated_y;
|
||||
dMultiply0(rotated_plane_direction, default_plane_direction, r, 1, 3, 3);
|
||||
dMultiply0(rotated_plane_direction, default_plane_direction,
|
||||
r, 1, 3, 3);
|
||||
dMultiply0(rotated_x, default_x, r, 1, 3, 3);
|
||||
dMultiply0(rotated_y, default_y, r, 1, 3, 3);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user