brysonjones / mgen3d

mgen3d: A python library for generating 3D models and assets
0 stars 0 forks source link

look at removing all of the config variables from the main NeRF class #5

Open brysonjones opened 7 months ago

brysonjones commented 7 months ago

Look into removing all of the variables from configs from the main NeRF class and storing them in other objects through composition.

This will reduce coupling through dependency injection