Skip to content

Commit

Permalink
spearmint: Remove a FIXME note, torso axis doesn't need to be scaled
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Nov 13, 2015
1 parent 2b5a23b commit ae72b95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion code/renderergl1/tr_animation_mdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ void R_MDMAddAnimSurfaces( trRefEntity_t *ent ) {
// if missing torso information use base
if ( AxisEmpty( ent->e.torsoAxis ) ) {
// setup identify matrix
// ZTM: FIXME: Does default torso axis need to be scaled based on ent->e.axis if nonNormalizedAxes?
AxisCopy( axisDefault, ent->e.torsoAxis );

ent->e.torsoFrameModel = ent->e.frameModel;
Expand Down
1 change: 0 additions & 1 deletion code/renderergl1/tr_animation_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ void R_MDSAddAnimSurfaces( trRefEntity_t *ent ) {
// if missing torso information use base
if ( AxisEmpty( ent->e.torsoAxis ) ) {
// setup identify matrix
// ZTM: FIXME: Does default torso axis need to be scaled based on ent->e.axis if nonNormalizedAxes?
AxisCopy( axisDefault, ent->e.torsoAxis );

ent->e.torsoFrameModel = ent->e.frameModel;
Expand Down
1 change: 0 additions & 1 deletion code/renderergl2/tr_animation_mdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ void R_MDMAddAnimSurfaces( trRefEntity_t *ent ) {
// if missing torso information use base
if ( AxisEmpty( ent->e.torsoAxis ) ) {
// setup identify matrix
// ZTM: FIXME: Does default torso axis need to be scaled based on ent->e.axis if nonNormalizedAxes?
AxisCopy( axisDefault, ent->e.torsoAxis );

ent->e.torsoFrameModel = ent->e.frameModel;
Expand Down
1 change: 0 additions & 1 deletion code/renderergl2/tr_animation_mds.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ void R_MDSAddAnimSurfaces( trRefEntity_t *ent ) {
// if missing torso information use base
if ( AxisEmpty( ent->e.torsoAxis ) ) {
// setup identify matrix
// ZTM: FIXME: Does default torso axis need to be scaled based on ent->e.axis if nonNormalizedAxes?
AxisCopy( axisDefault, ent->e.torsoAxis );

ent->e.torsoFrameModel = ent->e.frameModel;
Expand Down

0 comments on commit ae72b95

Please sign in to comment.