• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

CarPaint with Reflections

Author: u7angel
Date: 01 Aug, 2010
Category: effect
Credits:

Rendermonkey Source adopted by Tonfilm & u7angel / misak

Download

64bit

2-CarPaint.7z
10 Jul, 2014 - 14:10
DX11 (BUG: doesn't compute tangents & binormals)
1-CarPaint_v2.zip
03 Mar, 2013 - 17:36
added example with another mesh and a little differently written code
0-carpaint.zip
01 Aug, 2010 - 14:52

Description

Two colored carpaint-like shading with reflection and added sparkling texture.

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
u7angel
04 Mar, 2013 - 00:16

cheers, hapboy

Hapboy
04 Mar, 2013 - 00:29

The first step is always the hardest )

Thanks for the support, u7angel!

sansui
04 Mar, 2013 - 17:52

misak hello! this looks so good. and I downloaded. but it seems something is wrong.ㅠㅠ why did I get red node?

I just unzipped and run the patch file.

misak
04 Mar, 2013 - 19:32

just try change the

   VertexShader = compile vs_3_0 VS();
   PixelShader  = compile ps_3_0 main();

to

   VertexShader = compile vs_2_0 VS();
   PixelShader  = compile ps_2_0 main();

then save .fx file and reopen patch

vjc4
20 Mar, 2013 - 00:33

Just beatifull!!! Love it!

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top