Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
curvy:documentation:generator:modules:inputsplinepath [2015/10/08 18:10] – [Reference] Jakedocumentation:generator:modules:inputsplinepath [2019/02/05 11:07] – Use global space _Aka_
Line 4: Line 4:
 ===== Slots ===== ===== Slots =====
 === Output === === Output ===
-  * <span em>Path<span>+  * <span em>Path</span>
  
 ===== Reference ===== ===== Reference =====
 ==== General ==== ==== General ====
 +== Use Cache == 
 +Makes this module use the cached approximations of the spline's positions and tangents
 +== Use Global Space== 
 +Whether to use local or global coordinates of the input spline's control points.
 +<note>By default, the local coordinates are used. While using the global coordinates might be convenient in some cases, keep in mind that doing so will lead to the module's output to be regenerated whenever the input spline's transform is updated, which will increase your CPU usage</note>
 == Spline == == Spline ==
 You can either assign a spline from the scene or create a [[..:resources#Managed Resource|managed]] spline resource. You can either assign a spline from the scene or create a [[..:resources#Managed Resource|managed]] spline resource.