Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/curves.h
| Show First 20 Lines • Show All 88 Lines • ▼ Show 20 Lines | public: | ||||
| CurvePrimitiveType primitive; | CurvePrimitiveType primitive; | ||||
| CurveShapeType curve_shape; | CurveShapeType curve_shape; | ||||
| CurveLineMethod line_method; | CurveLineMethod line_method; | ||||
| CurveTriangleMethod triangle_method; | CurveTriangleMethod triangle_method; | ||||
| int resolution; | int resolution; | ||||
| int subdivisions; | int subdivisions; | ||||
| float minimum_width; | |||||
| float maximum_width; | |||||
| bool use_curves; | bool use_curves; | ||||
| bool use_encasing; | bool use_encasing; | ||||
| bool use_backfacing; | bool use_backfacing; | ||||
| bool use_tangent_normal_geometry; | bool use_tangent_normal_geometry; | ||||
| bool need_update; | bool need_update; | ||||
| bool need_mesh_update; | bool need_mesh_update; | ||||
| Show All 15 Lines | |||||