-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transform morph targets, skinned mesh in shaders #503
Milestone
Comments
Can the transformed attributes be arbitrary? Or only support what three.js supports in shaders for morph targets, etc. Only the critical / commonly changing fields are updated and written out while the rest are static in the geometry buffer. |
Multiple geometries can be rendered at once with offsets so full scenes can be generated. Perhaps this can just be called "GPUStaticGeometryGenerator" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Render positions, UVs, colors, tangents, normals to MRT and read them back.
The text was updated successfully, but these errors were encountered: