pixelated.ashimag.com pixelated.ashimag.com

pixelated.ashimag.com

Ashima Gupta

Website about works in Physically based animation, CUDA, and WebGL

http://pixelated.ashimag.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR PIXELATED.ASHIMAG.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 8 reviews
5 star
3
4 star
2
3 star
1
2 star
0
1 star
2

Hey there! Start your review of pixelated.ashimag.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • pixelated.ashimag.com

    16x16

  • pixelated.ashimag.com

    32x32

CONTACTS AT PIXELATED.ASHIMAG.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Ashima Gupta | pixelated.ashimag.com Reviews
<META>
DESCRIPTION
Website about works in Physically based animation, CUDA, and WebGL
<META>
KEYWORDS
1 ashima gupta
2 pages
3 my projects
4 posted by
5 ashima
6 no comments
7 email this
8 blogthis
9 share to twitter
10 share to facebook
CONTENT
Page content here
KEYWORDS ON
PAGE
ashima gupta,pages,my projects,posted by,ashima,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels collision detection,cuda,graphics,jello,lamberts law,maya plugin,opengl,path trace,rasterizer,ray trace,reflection
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Ashima Gupta | pixelated.ashimag.com Reviews

https://pixelated.ashimag.com

Website about works in Physically based animation, CUDA, and WebGL

INTERNAL PAGES

pixelated.ashimag.com pixelated.ashimag.com
1

Ashima Gupta: Welcome to Ashima's world of Graphics

http://pixelated.ashimag.com/2012/12/welcome-to-ashimas-world-of-graphics.html

Welcome to Ashima's world of Graphics. I graduated in Computer graphics and game Technology(CGGT) from University of Pennsylvania in Dec 2012. This website is a culmination of my efforts in the field of computer graphics in the last 1 year. I have implemented range of projects on different technologies which includes CUDA, OpenGL, WebGL, C , Unity3D, Motion Builder, and Maya. You can checkout these projects under "My Projects" tab of this website. Subscribe to: Post Comments (Atom).

2

Ashima Gupta: My Projects

http://pixelated.ashimag.com/p/projects.html

This page is to share the links to different project created by me. Ambient occlusion and vertex morphing. February 2, 2016 at 11:13 AM. Subscribe to: Posts (Atom). Ashima07gupta at gmail.com. Picture Window template. Template images by Airyelf.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

2

LINKS TO THIS WEBSITE

pixelated.glsl.ashimag.com pixelated.glsl.ashimag.com

Advanced GLSL: Ambient Occlusion

http://pixelated.glsl.ashimag.com/p/ambient-occlusion.html

I used SSAO technique to implement ambient occlusion in sponza scene. I created 16 random samples and calculated occlusion based on the following assumptions:. 1 If the occluder point lies in the same plane as the occludee then, occlusion is 0. 2 If the occluder is below the occludee then again the occlusion is 0. 3 Also, the occlusion varies with occluder's distance from occludee. With out ambient occlusion. Result with Tea pot:. Subscribe to: Posts (Atom).

pixelated.cuda.ashimag.com pixelated.cuda.ashimag.com

CUDA Projects: Ray Trace - Shadows

http://pixelated.cuda.ashimag.com/2012/09/shadows.html

Ray Trace - Shadows. Shadow implementation process in Ray tracer:. To generate shadows, we need to traverse all the light sources and find if there is any object between currently intersected object and the light. If, there is an object then the object is in shadow and we do not need to calculate the color of that pixel. Bool inshadow = false;. For(int i = 0 ;i numberoflights; i ){. LightDirection =normalise( light[i] - intersectionPoint);. LightOrigin = intersectionPoint;. LightDist = 100000.0f;.

pixelated.webgl.ashimag.com pixelated.webgl.ashimag.com

WebGL projects: Fresnel equations & subsurface scattering

http://pixelated.webgl.ashimag.com/2012/12/fresnel-refractionreflection-subsurface.html

Fresnel equations and subsurface scattering. Fresnel equations describe the reflection and transmission of rays through an object. In essence, when the rays reach the boundaryof two different objects then the part of the ray is reflected and part is refracted. I used russian roullette technique which determines either to refract or reflect based on the fresnel transmission coefficient. The working example can be seen at: Fresnel example. The results are as follows:. Subscribe to: Post Comments (Atom).

pixelated.cuda.ashimag.com pixelated.cuda.ashimag.com

CUDA Projects: Ray Trace - Reflection & Refraction

http://pixelated.cuda.ashimag.com/2012/09/reflection-refraction.html

Ray Trace - Reflection and Refraction. Refraction: Working to correct black dots in the image. Subscribe to: Post Comments (Atom). Picture Window template. Template images by Airyelf.

pixelated.webgl.ashimag.com pixelated.webgl.ashimag.com

WebGL projects: Color accumulation & refraction/reflection

http://pixelated.webgl.ashimag.com/2012/12/accumulated-colors-properly.html

Color accumulation and refraction/reflection. Finally I got the color accumulation working. The color is accumulated by creating two textures. For the final color in the scene we access the colors from the texture and then render the final color to the texture. That way, we are constantly accessing textures from the previous frame and updating the texture in current frame with the final color. The technique which I described in my CUDA path tracer blog post. Subscribe to: Post Comments (Atom).

blog.virtualglobebook.com blog.virtualglobebook.com

Virtual Globe and Terrain Rendering: Reflections on Teaching GPU Programming and Architecture: Take III

http://blog.virtualglobebook.com/2013/04/reflections-on-teaching-gpu-programming.html

Wednesday, April 10, 2013. Reflections on Teaching GPU Programming and Architecture: Take III. I've taught CIS 565: GPU Programming and Architecture. At the University of Pennsylvania. Three times now, and every time I like to write a reflections post on what went well and what didn't. This semester I made some pretty unconventional changes. No Written Homework. No Tests. No Final. CUDA path tracer - Aparajith Sairam. All written in CUDA. Tessellation shaders - Tiju Thomas. To discourage cheating, the ac...

pixelated.phys.ashimag.com pixelated.phys.ashimag.com

Physically Based Animation: About:

http://pixelated.phys.ashimag.com/2012/12/about.html

This page is dedicated to the projects I have implemented as a part of physically based animation. The list of projects implemented:. Particle based fluid simulation (SPH). Subscribe to: Post Comments (Atom). Picture Window template. Template images by Airyelf.

pixelated.glsl.ashimag.com pixelated.glsl.ashimag.com

Advanced GLSL: Image post-processing

http://pixelated.glsl.ashimag.com/p/image-post-processing.html

Implemented various image effects using fragment shader. 1 Image Negative: The formula is very simple just deduct the rgb values of image from 1 i.e. 1 - rgb is the new color of the image. 2 Grey Scale: Greyscale image is an image in which the value of each pixel contains only the intensity of color at that pixel. Hence, the formula to calculate intensity is:. Vec3 W = vec3 (0.2125, 0.7154, 0.0721);. Float luminance = dot(rgb, W);. Then, just set the luminance value to be the rgb value for the pixel.

pixelated.glsl.ashimag.com pixelated.glsl.ashimag.com

Advanced GLSL: Globe Rendering

http://pixelated.glsl.ashimag.com/p/globe-rendering.html

I implemented the following feature as a part of image processing in fragment shader:. Bump mapped terrain using height maps. Rim lighting to simulate atmosphere. Nighttime lights on the dark side of the globe. Specular mapping using specular maps. Moving clouds using textures and transparency maps. Height map shading by changing the color of the terrain based on the height of the terrain using height map. Subscribe to: Posts (Atom). Picture Window template. Template images by Airyelf.

UPGRADE TO PREMIUM TO VIEW 18 MORE

TOTAL LINKS TO THIS WEBSITE

27

OTHER SITES

pixelated-tasha.deviantart.com pixelated-tasha.deviantart.com

Pixelated-Tasha (Tasha.) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? What's a wonderwall anyway? Digital Art / Artist. Deviant for 6 Years. This deviant's full pageview. Last Visit: 260 weeks ago. What's a wonderwall anyway? By moving, adding and personalizing widgets. Current ...

pixelated-vision.blogspot.com pixelated-vision.blogspot.com

Pixelated Vision

The Failed Pilot Project. Thursday, May 9, 2013. My TV "Wow" Moments: A Thrown-Together List. Over at Vulture, Matt Zoller Seitz. Gave a list of his TV wow moments. TV moments that dazzled you artistically, emotionally, technically — you name it — and made you want to stand up and applaud.  He limited his list to five, and its proven a durable number for. Those on Twitter who want to participate. I tried to participate in that format, but you know what? 160;is needed. . Posted by Corbin Stephenson. Justi...

pixelated-wonders.deviantart.com pixelated-wonders.deviantart.com

Pixelated-Wonders - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Every pixel makes a difference. Founded 4 Years ago. Founded 4 Years ago. Jan 6, 2013. Every pixel makes a difference. Div div.gmbutton2tow...

pixelated-world.blogspot.com pixelated-world.blogspot.com

pixelated world

183; about and info. 183; rss feed. Flies under sodium vapor lamp. Flies under sodium vapor lamp. Time-lapse photograph of flies under sodium vapor lamp.

pixelated-world.deviantart.com pixelated-world.deviantart.com

Pixelated-World - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Founded 1 Month ago. We love pixels and have fun making them 3 This group is about sharing our creations! CURRENTLY LOOKING FOR ADMINS! CURRENTLY LOOKING FOR ADMINS! Founded 1 Month ago. Jul 10, 2015. Div div&...

pixelated.ashimag.com pixelated.ashimag.com

Ashima Gupta

Welcome to Ashima's world of Graphics. I graduated in Computer graphics and game Technology(CGGT) from University of Pennsylvania in Dec 2012. This website is a culmination of my efforts in the field of computer graphics in the last 1 year. I have implemented range of projects on different technologies which includes CUDA, OpenGL, WebGL, C , Unity3D, Motion Builder, and Maya. You can checkout these projects under "My Projects" tab of this website. Subscribe to: Posts (Atom). Ashima07gupta at gmail.com.

pixelated.biz pixelated.biz

IIS Windows Server

Designed and Hosted by The-Tribunal.org.

pixelated.blackdaisies.com pixelated.blackdaisies.com

Gallery

RSS Feed for this Album. Random Pics and Themes. Visit simtopi.livejournal.com. For all the fun stuff. * *.

pixelated.ca pixelated.ca

Pixellusion

Wo Yim Chow Memorial. KSM Rig and Equipment. Good Game Media Inc.

pixelated.co.za pixelated.co.za

www.pixelated.co.za | Management Consultants

27 78 057 6442. Welcome to Pixelated Consulting Studios. Since 2010 Pixelated Consulting Studios primarily consults clients from small and medium-sized businesses, but also corporate groups and public sector organizations. At Pixelated we know that implementation is what counts, therefore we assist our clients with the strategizing and planned implementation to make sure that they do so with our guidance and expertise and in so doing make the best possible choices for the benefit of their businesses.

pixelated.com pixelated.com

PIXELATED GAMING - OPENING 8/8/08 - 1806 N. Bishop