Skip to content

Commit

Permalink
Remove redundant code; typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeschaines committed Dec 20, 2023
1 parent 50c1f84 commit aae34fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The main directory also contains Python 3 script files which comprise **pyThreeD
The contents of each subdirectory are as follows:

+ dat - Polygon data files for threeD ground plane, missile and target faceted shapes.
+ doc - Documentation HTML web pages and media files.
+ docs - Documentation HTML web pages and media files.
+ img - Saved Figure 12 and 13 3D plot images from **propNav** SAM case 1234, animated GIF file created with **threeD** from ./out/TXYZ.OUT.1234 file.
+ out - TXYZ.OUT trajectory data files written by **propNav** for sample missile/target engagement cases (see "Sample Cases" section below).
+ util - Bash shell scripts and Windows Batch files to convert sequence of PNG images to animated GIF or MP4 video files.
Expand Down
6 changes: 0 additions & 6 deletions propNav.py
Original file line number Diff line number Diff line change
Expand Up @@ -1398,12 +1398,6 @@ def anim3D(n):

collectData(i, t, S)

if SHOW_ANIM:
fig3D.canvas.restore_region(bckgrnd)
for a in (anim3D(i)):
ax3D.draw_artist(a)
blit3D(fig3D, ax3D, backend)

istop = i
iend = istop + 1

Expand Down

0 comments on commit aae34fc

Please sign in to comment.