Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23bafde

Browse files
committed
/usr/local/bin/python
1 parent ee2ba6c commit 23bafde

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Demo/sgi/gl/backface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# backface
44
#

Demo/sgi/gl/kites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# *** This only works correctly on a 24 bit-plane machine. ***
44
#

Demo/sgi/gl/mixing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# Use Gouraud shading to mix colors. Requires Z-buffer.
44
# It changes the color assignments so fast that you see white.

Demo/sgi/gl/nurbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# Rotate a 3D surface created using NURBS.
44
#

Demo/sgi/gl/zrgb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# zrgb (Requires Z buffer.)
44
#

0 commit comments

Comments
 (0)