Frustum¶
-
class
pythreejs.Frustum(p0=None, p1=None, p2=None, p3=None, p4=None, p5=None)[source]¶ Frustum
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/math/Frustum
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/math/Frustum
-
p0¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p1¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p2¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p3¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p4¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p5¶ Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
-
p0 = Instance() a Plane or None
-
p1 = Instance() a Plane or None
-
p2 = Instance() a Plane or None
-
p3 = Instance() a Plane or None
-
p4 = Instance() a Plane or None
-
p5 = Instance() a Plane or None
-