Python Forum
cel shading,toon shader and glowing object ?
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cel shading,toon shader and glowing object ?
#1
1)How do i cel shade/toon shade an object in python with pyopengl?
2)How do i make a object glow in python with pyopengl?
Reply
#2
Rendering effects like that have nothing to do with python (fyi, should help with your google-fu in the future).

You should get comfortable with shaders, here's an example for cel shading: http://www.lighthouse3d.com/tutorials/gl...ersion-ii/
And here's an example of how to compile a shader and use it in python: https://www.pygame.org/wiki/GLSLExample
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020