We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df79c60 + 5dd8eb3 commit b051e06Copy full SHA for b051e06
pythreejs/pythreejs.py
@@ -53,7 +53,7 @@ class SurfaceGeometry(BufferGeometry):
53
"""
54
A regular grid with heights
55
56
- z = List(CFloat, [0] * 100)
+ z = List(CFloat(), [0] * 100)
57
width = CInt(10)
58
height = CInt(10)
59
width_segments = CInt(10, read_only=True)
0 commit comments