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/kernel/kernel_types.h')
-rw-r--r--intern/cycles/kernel/kernel_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 8e378d2871b..bd337eb95e1 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -217,8 +217,7 @@ typedef struct ShaderData {
/* primitive id if there is one, ~0 otherwise */
int prim;
/* parametric coordinates
- * - barycentric weights for triangles
- * - latlong coordinates for background */
+ * - barycentric weights for triangles */
float u, v;
/* object id if there is one, ~0 otherwise */
int object;