• Stars
    star
    1,949
  • Rank 23,654 (Top 0.5 %)
  • Language
    JavaScript
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Huge library of matcap PNG textures organized by color

MatCaps

A huge library of MatCap textures in PNG and ZMT.

Dynamic Gallery View at https://observablehq.com/@makio135/matcaps?ui=classic


TLDR; Scroll to bottom of page to explore textures, or access the dynamic gallery created by Lionel Radisson at https://observablehq.com/@makio135/matcaps?ui=classic

What is MatCap?

In 3D computer graphics, the appearance of an 3D object depends on several things:

MatCap (Material Capture, also known as LitSphere) are complete materials, including lighting and reflections, so you can add it to an object and not have any need for, well, lighting and reflections. MatCaps allows you to create a surface material and lighting environment simply by painting an object so that it looks like how you want your surface to appear. This opens up all sorts of interesting possibilities for non-photoreal image rendering.

The key to using a MatCap texture is that is is mapped to the object’s normals (which exist in relation to the camera) defining a color for every vertex normal direction relative to the camera, and your material is set to shadeless (because you don’t need lights to have any influence, as they are a part of the MatCap texture). So as the camera moves around the object, the reflections and highlights move around your object (as if the object were moving and not the camera). In other words, if your object were a sphere, no matter how you looked at it, it would look like the matcap sphere (reflections always in the same place, e.g.). But as your object takes non-spherical shapes, thus changing the normals, the material responds as if it were made of the complex material.

MatCap is most commonly used for sculpting, as it gives quick and useful feedback on how an objects shape is changing. It also works with rendering, to an extent (good when you need to do a quick show-off-your-model render and don’t have time to set up any complex lights or materials). It's very cheap, and looks great when the camera doesn't rotate.

Applying MatCaps

The MatCap technique, besides being extremely computationally fast, is a very simple algorithm to implement. Below is a list of some implementations for the most popular tools and frameworks.

Textures

All textures available in this repository are delivered in 24-bit PNG format (8 bits per channel - without alpha channel) with sRGB colorspace (IEC 61966-2-1:1999). Converting images to sRGB uses the ICC sRGB v2 profiles (sRGB2014.icc). Images do not have embedded ICC profiles, all are removed during automated processing.

Downloading

You can download each individual artifact from the detail page (see image below), or if you prefer, you can download the full package (grouped by image resolution) from the releases page.

License

The MatCaps made available in this repository were obtained from various websites and web pages, in particular from the links below and the referenced pages.

Due to the amount of existing material and the naming standard used here (Filename = main colors) it was not possible to maintain the relationship for the original authors of the file. I recommend that after identifying the original image, seek out the original author to give him credit for the work done and for sharing such texture.

Page 1

Page 2

Page 3

Page 4

Page 5

Page 6

Page 7

Page 8

Page 9

Page 10

Page 11

Page 12

Page 13

Page 14

Page 15

Page 16

Page 17

Page 18

Page 19

Page 20

Page 21

Page 22

Page 23

Page 24

Page 25

Page 26

Page 27

Page 28

Page 29

Page 30

Page 31

Page 32

Page 33

More Repositories

1

ecs-lib

Tiny and easy to use ECS (Entity Component System) library for game programming
TypeScript
168
star
2

ecs-lua

ECS Lua is a fast and easy to use ECS (Entity Component System) engine for game development.
Lua
89
star
3

react-native-ui-blueprint

No more wrong margins, text sizes and many other silly visual mistakes. React Native UI Blueprint allow to you implements a pixel-perfect design.
TypeScript
56
star
4

go-bench-viewer

Easy and intuitive Go Benchmark Results Viewer.
HTML
45
star
5

alexrodin.info

Fonte da minha página pessoal
JavaScript
29
star
6

roblox-rojo-bundle

Rojo project template that facilitates the development and build of Roblox projects. It allows you to concatenate and minify all your script's dependencies.
JavaScript
15
star
7

roblox-dat-gui

A lightweight graphical user interface and controller library that allows you to easily manipulate variables and fire functions on the fly, inspired by the venerable dat-gui js.
Lua
15
star
8

jtrade

Bilioteca Java para criação de aplicações de Backtesting, Análise Técnica e Trading
Java
13
star
9

react-native-colibri

React Native Generic UI Components
TypeScript
10
star
10

ng-lazyload-bundled

Angular.js 1x + OcLazyLoad + Grunt + Bundled Module
JavaScript
8
star
11

http-request

A very small (160KB, zero dependency) HTTP client for Java using HttpURLConnection
Java
7
star
12

html-improved

Adds improvements to html templates
JavaScript
4
star
13

retry

Simple golang library for retry mechanism
Go
4
star
14

roblox-network-contract

Facilitates Client Server communication through Events. Has Encode, Decode, Diff, Patch and Message Knowledge
Lua
4
star
15

Zend_Dao_Vo

Pequeno exemplo de uso de DAO e VO com zend_db_table
3
star
16

cheerio-template

Cheerio Template engine for Express
JavaScript
2
star
17

roblox-struct-def

Schema serialization
Lua
2
star
18

robotcrowd-explore

Ferramenta para visualizar, editar e salvar os setups do Metatrader para os robos RobotCrowd https://nidorx.github.io/robotcrowd-explore/RobotCrowd-Explorer.html
HTML
2
star
19

JFLT

Joomla Fast Light Template
1
star
20

Joomla-theme---ubuntu.com

Theme for joomla like ubuntu.com site
PHP
1
star
21

html-improved-sample

HTML
1
star