User Tools

Site Tools


gamedev:smoothvalue

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
gamedev:smoothvalue [2020/04/03 10:20] – url move dragonlordgamedev:smoothvalue [2024/03/14 16:45] (current) dragonlord
Line 27: Line 27:
 ====== Implementations ====== ====== Implementations ======
 The Drag[en]gine provides a couple of smooth value implementations for easy use: The Drag[en]gine provides a couple of smooth value implementations for easy use:
-  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothFloat.html|Smooth Float]]: Smooth a single floating point value. +  * #@LinkApiDocDE2_HTML~classdecSmoothFloat.html,Smooth Float~@#: Smooth a single floating point value. 
-  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothDDouble.html|Smooth Double]]: Smooth a single double precision floating point value. +  * #@LinkApiDocDE2_HTML~classdecSmoothDDouble.html,Smooth Double~@#: Smooth a single double precision floating point value. 
-  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothVector.html|Smooth Vector]]: Smooth a 3-component floating point vector. The vector length between new and old values is used as value change speed. This is useful for 3D position smoothing. +  * #@LinkApiDocDE2_HTML~classdecSmoothVector.html,Smooth Vector~@#: Smooth a 3-component floating point vector. The vector length between new and old values is used as value change speed. This is useful for 3D position smoothing. 
-  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothDVector.html|Smooth DVector]]: Smooth a 3-component double precision floating point vector. Same as Smooth Vector but with higher precision.+  * #@LinkApiDocDE2_HTML~classdecSmoothDVector.html,Smooth DVector~@#: Smooth a 3-component double precision floating point vector. Same as Smooth Vector but with higher precision.
  
 ====== Usage example DragonScript ====== ====== Usage example DragonScript ======
gamedev/smoothvalue.txt · Last modified: 2024/03/14 16:45 by dragonlord