SkillAgentSearch skills...

PointProjector

A simple Cinema 4D plugin that non-destructively projects the points of a spline or polygon object on geometry.

Install / Use

/learn @fwilleke80/PointProjector
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

R20 version of PointProjector

A simple Cinema 4D plugin that projects the points of a spline or polygon object on geometry. It is basically like Cinema's own "Project" command, but implemented as a deformer, working with both, Splines and Polygon objects, and working non-destructively.

This plugin demonstrates the following C4D API aspects:

  • Deformer object plugins, derived from class ObjectData
  • Ray intersections with class GeRayCollider
  • Supporting MoGraph falloffs with class C4D_Falloff
  • Achieving good performance by using a custom caching mechanism with ObjectData::CheckDirty()
  • Getting polygons and caches from generator objects
  • Drawing in the viewport
  • Vector and matrix math in general

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated1mo ago
Forks4

Languages

C++

Security Score

95/100

Audited on Feb 25, 2026

No findings