Загрузка видео...
Не удалось загрузить видео
I've avoided making my path tracer an editor for simplicity sake but recently realized how much easier debugging would be with some limited functionality. So here we go, first prototype of material editing
12,005 просмотров • 1 год назад •via X (Twitter)
Комментарии: 4

Yining Karl Li1 год назад
I avoided this for a long time too and eventually caved and decided my next-gen hobby renderer will include an editor system. So far I’ve spent a long time building out an editing framework but have yet to actually make much progress on writing the new renderer. 😅

Chris Wallis1 год назад
Curious to hear what you land on! Retrofitting an editor onto my code is not great, materials are "easy" but just being able to translate a single mesh around in the scene is going to be a PITA..

Anoop Ravi Thomas1 год назад
I would love to add one to mine.. seeing @maxliani workbench is very inspiring to add a full feature editor

pratik vakil1 год назад
It helps having such a utility UI, rather than change the source code all the time.
