mirror of https://github.com/python/cpython.git
/usr/local/bin/python
This commit is contained in:
parent
ee2ba6c2b4
commit
23bafde01d
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# backface
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# *** This only works correctly on a 24 bit-plane machine. ***
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Use Gouraud shading to mix colors. Requires Z-buffer.
|
||||
# It changes the color assignments so fast that you see white.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Rotate a 3D surface created using NURBS.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# zrgb (Requires Z buffer.)
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue