Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

strips when rendering spheres with lights and anti-aliasing #1185

Copy link
Copy link
@processing-bugs

Description

@processing-bugs
Issue body actions

Original author: andres.c...@gmail.com (July 30, 2012 15:36:45)

Running the following sketch:

void setup() {
size(400, 400, P3D);

noStroke();
smooth(4);
}

void draw() {
background(0);
lights();

translate(width/2, height/2);

rotateY(frameCount * 0.02);
translate(150, 0);

sphere(40);
}

with 2.0a6 and 2.0a7 on newer nvidia hardware (570GTX, 650M) results in strips appearing along the edges of the triangles in the spehre. These strips disappear when disabling lights and/or smoothing. It doesn't occur on older nvidia hardware such as geforce 320M, or AMD Radeon HD 6490M and Intel HD Graphics 3000.

Original issue: http://code.google.com/p/processing/issues/detail?id=1147

Reactions are currently unavailable

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.