Skip to content

scenevr/interpolation-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aframe-interpolation-component

<a-entity interpolation="100ms" id="pink" geometry="primitive: box" material="color: #ff00aa"></a-entity>

This aframe component interpolates positional and rotational updates over the timestep specified (must use the unit milliseconds). Good for use where you are getting position updates over the network, or some other source that is less than the screen refresh speed, and you want smooth interpolation between them. Doesn't do any future prediction, so everything will always display where it was timestep milliseconds ago.

About

Interpolates positional and rotational updates for aframe entities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published