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
Next revision
Previous revision
Last revisionBoth sides next revision
gamedev:smoothvalue [2019/05/08 17:33] dragonlordgamedev:smoothvalue [2020/04/03 10:20] – url move dragonlord
Line 1: Line 1:
 {{tag>dragonscript utils}} {{tag>dragonscript utils}}
 <WRAP youarehere> <WRAP youarehere>
-[[:start|Start Page]] >> [[gamedev:main|Game Development with the Drag[en]gine]] >> **Smooth Values**+[[:start|Start Page]] >> [[:gamedev|Game Development with the Drag[en]gine]] >> **Smooth Values**
 </WRAP> </WRAP>
  
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://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothFloat.html|Smooth Float]]: Smooth a single floating point value. +  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothFloat.html|Smooth Float]]: Smooth a single floating point value. 
-  * [[http://dragengine.rptd.ch/docs/dragengine/latest/classdecSmoothDDouble.html|Smooth Double]]: Smooth a single double precision floating point value. +  * [[http://developer.dragondreams.ch/docs/dragengine/latest/classdecSmoothDDouble.html|Smooth Double]]: Smooth a single double precision floating point value. 
-  * [[http://dragengine.rptd.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. +  * [[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. 
-  * [[http://dragengine.rptd.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.+  * [[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.
  
 ====== Usage example DragonScript ====== ====== Usage example DragonScript ======
gamedev/smoothvalue.txt · Last modified: 2024/03/14 16:45 by dragonlord