Sciweavers

7465 search results - page 161 / 1493
» Point-based Computer graphics
Sort
View
SIGCSE
2009
ACM
151views Education» more  SIGCSE 2009»
16 years 2 months ago
A graphics package for the first day and beyond
We describe cs1graphics, a new Python drawing package designed with pedagogy in mind. The package is simple enough that students can sit down and make use of it from the first day...
Michael H. Goldwasser, David Letscher
SIGGRAPH
1998
ACM
15 years 6 months ago
A Shading Language on Graphics Hardware: The Pixelflow Shading System
Over the years, there have been two main branches of computer graphics image-synthesis research; one focused on interactivity, the other on image quality. Procedural shading is a ...
Marc Olano, Anselmo Lastra
SIGGRAPH
1996
ACM
15 years 6 months ago
Consequences of Stratified Sampling in Graphics
Antialiased pixel values are often computed as the mean of N point samples. Using uniformly distributed random samples, the central limit theorem predicts a variance of the mean o...
Don P. Mitchell
CG
2008
Springer
15 years 2 months ago
Barycentric coordinates computation in homogeneous coordinates
Homogeneous coordinates are often used in computer graphics and computer vision applications especially for the representation of geometric transformations. The homogeneous coordi...
Václav Skala
EGH
2003
Springer
15 years 7 months ago
CULLIDE: interactive collision detection between complex models in large environments using graphics hardware
We present a novel approach for fast collision detection between multiple deformable and breakable objects in a large environment using graphics hardware. Our algorithm takes into...
Naga K. Govindaraju, Stephane Redon, Ming C. Lin, ...