From 303cecf1398c0049df515aba3898883d8cdc81d5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Mar 2012 22:56:26 +0000 Subject: spelling cleanup: tesselate -> tessellate (last of these found) --- intern/cycles/subd/subd_dice.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/cycles/subd/subd_dice.h') diff --git a/intern/cycles/subd/subd_dice.h b/intern/cycles/subd/subd_dice.h index 71879f1f5f1..41b4902564d 100644 --- a/intern/cycles/subd/subd_dice.h +++ b/intern/cycles/subd/subd_dice.h @@ -19,8 +19,8 @@ #ifndef __SUBD_DICE_H__ #define __SUBD_DICE_H__ -/* DX11 like EdgeDice implementation, with different tesselation factors for - * each edge for watertight tesselation, with subpatch remapping to work with +/* DX11 like EdgeDice implementation, with different tessellation factors for + * each edge for watertight tessellation, with subpatch remapping to work with * DiagSplit. For more algorithm details, see the DiagSplit paper or the * ARB_tessellation_shader OpenGL extension, Section 2.X.2. */ @@ -59,7 +59,7 @@ public: /* Quad EdgeDice * - * Edge tesselation factors and subpatch coordinates are as follows: + * Edge tessellation factors and subpatch coordinates are as follows: * * tu1 * P01 --------- P11 @@ -115,7 +115,7 @@ public: /* Triangle EdgeDice * - * Edge tesselation factors and subpatch coordinates are as follows: + * Edge tessellation factors and subpatch coordinates are as follows: * * Pw * /\ -- cgit v1.2.3