Go to QuArK Web Site
Beziers
Updated 05 Apr 2018
Upper levels:
QuArK Information Base
4. The Source Code
4.4. Specific Topics

 4.4.2. Beziers

 [ Prev - Up - Next ] 

For the math behind beziers, see 'Bezier.pas'. Here I just say a bit about where some relevant Python code is.

The routines for Face-Bezier texture projections are in quarkpy\b2utils, texPlaneFromCph and texcpFromFace. The former is rather complicated; I think it might be possible to clean it up using the Axis Base idea, but anway the code as some comments.


Copyright (c) 2022, GNU General Public License by The QuArK (Quake Army Knife) Community - https://quark.sourceforge.io/

 [ Prev - Top - Next ]