Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index d0cf4d557aa..c8286a01e2c 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -52,6 +52,9 @@ struct PackedPatchTable;
/* Mesh */
class Mesh : public Geometry {
+ protected:
+ Mesh(const NodeType *node_type_, Type geom_type_);
+
public:
NODE_DECLARE
@@ -133,10 +136,6 @@ class Mesh : public Geometry {
array<int> triangle_patch; /* must be < 0 for non subd triangles */
array<float2> vert_patch_uv;
- float volume_clipping;
- float volume_step_size;
- bool volume_object_space;
-
array<SubdFace> subd_faces;
array<int> subd_face_corners;
int num_ngons;