Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Interpolates positional and rotational updates for aframe entities.

License

Notifications You must be signed in to change notification settings

scenevr/interpolation-component

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.