This website requires JavaScript.
Explore
Help
Sign In
sm
/
surfaces
Watch
1
Star
0
Fork
0
You've already forked surfaces
Code
Issues
Pull Requests
Activity
88cfd0f6a6
surfaces
/
surf
/
__init__.py
7 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
In the middle of implementing Catmull-Clark
2012-05-08 23:32:34 -07:00
from
.
geometry
import
Vertex
,
PolygonMesh
Added something reasonable for `from surf import *`
2012-05-07 22:18:18 -07:00
__all__
=
[
Vertex
.
__name__
,
PolygonMesh
.
__name__
,
]
Reference in New Issue
Copy Permalink