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

mrbid/CarScan

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarScan

Playing with a 3D scan of a "car wreck".

WebGL: https://mrbid.github.io/carscan/

The 3D scan is from matousekfoto and is available for free from here Green car wreck.

I've baked the texture maps to vertex colors and rendered this with phong using the diffuse map as the specular map, I tried to remove the saturation from the diffuse vertex colors which worked fine but then trying to use the vertex color brush in Blender to darken or lighten certain areas of the grayscale specular map was far too unresponsive to be practical hence settling on just using the diffuse map also as the specular, reduces file size a little and honestly doesn't look too bad.

The general idea here is to use this as some sort of collision mesh, all the vertices are about evenly spaced meaning I can do simple sphere collision detection on each vertex to simulate some basic physics interation of balls raining down on the mesh or similar.

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