add tessellation intro

This commit is contained in:
brothermechanic 2022-12-13 20:44:56 +03:00 committed by Igor Brylyov
parent 1a8d4b44c0
commit 1e3b2fb7ce
2 changed files with 59 additions and 1 deletions

View file

@ -74,5 +74,12 @@ module.exports = {
'workflow-rules'
],
},
{
type: 'category',
label: '3д графика',
items: [
'3d/tessellation_intro'
],
},
],
};
};