definability / mfm

MIT License
1 stars 2 forks source link

Implement partial coefficients setter for Face #39

Open definability opened 8 years ago

definability commented 8 years ago

During fitting procedure Face can be modified partly. Part of #64

Need to change coefficients of Face and store indices of changed ones there until the model will be drawn

Will diff be helpful to avoid storing coefficients values inside of View and just add them?

Deprecate logic of Face creation in MFM, because all calculations will happen in shaders and Face becomes just a storage for model parameters.