Skip to content

CreativeTools/ct-lightning-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Lightning Generator for CINEMA 4D

A Python generator for creating lightning effects in CINEMA 4D.

#Download

Lightning Render

##File contents

The C4D file contains a number of objects:

  • Sweep NURBS
    • Circle
    • CT Lightning Generator
      • Target
      • Source

CT Lightning Generator is the actual lightning generator, the others can be replaced by your own objects. CT Lightning Generator generates a spline containing a segment for each "branch" in the lightning bolt.

##Settings The CT Lightning Generator object has a number of settings in the User Data tab.

  • Step size
    • The distance between the points in the spline. A smaller value creates more details while a larger walue will give the bolt a rougher look
  • Source Object
    • The object to use as the starting point for the lightning bolt. Note that it only uses the axis center of the object.
  • Target Object
    • The object to shoot the bolt towards. Just like with the source object, only the axis center of the object is used.
  • Branch Length
    • The distance the branches should be allowed to extend from the main bolt.
  • 2D
    • When checked the bolt will be "flat". This makes sure that the branches never look like they're overlapping.
  • Branches
    • The amount of branching from the main bolt. A low value will disable branches entirely.
  • Random Seed
    • Each random seed gives you a new variation of the bolt. Animate this to generate rapidly changing sparks.
  • Max Steps
    • The maximum number of steps the generator should take when generating the bolt. Raise this if the bolt does not reach the target object. Note that the generation time is proportial to the square of the number of steps, so be careful with this setting!

##CG News Visit the Creative Tools blog for your daily dose of CG news. ###English ###Swedish

About

Python generator for creating lightning effects in CINEMA 4D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published