1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript3,318 forks (3,318 forks)batch import
animationshelp wantedstale
Repository metrics
- Stars
- 21,962 stars (21,962 stars)
- PR merge metrics
- Avg merge 2d 17h (Avg merge 2d 17h)94 merged PRs in 30d (94 merged PRs in 30d)
Description
Optimize performances in a "Not using scale" mode (send only translation+quaternion to the shader, not a whole mat4x4).
See:
Contributor guide
- Research direction
- Investigate the current implementation of baked vertex animations. Understand how the mat4x4 is passed to the shader. Look into forum discussions for performance suggestions. Implement a mode that sends only translation and quaternion, and measure performance improvement.
- Tech stack
- typescript
- Domain
- computer graphics
- Issue type
- Performance
- Prerequisites
- 3D mathBabylon.js basics