ParametricGeometry¶
-
class
pythreejs.ParametricGeometry(func, slices=3, stacks=3)[source]¶ ParametricGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/ParametricGeometry
Inherits
BaseGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/ParametricGeometry
-
func¶ Unicode('function(u, v, vec) { }').tag(sync=True)
-
slices¶ CInt(3, allow_none=False).tag(sync=True)
-
stacks¶ CInt(3, allow_none=False).tag(sync=True)
-
type¶ Unicode("ParametricGeometry", allow_none=False).tag(sync=True)
-
func = Unicode('function(u, v, vec) { }') a unicode string
-
slices = CInt(3) an int
-
stacks = CInt(3) an int
-
type = Unicode('ParametricGeometry') a unicode string
-