DavidJCobb
Joined 8 March 2022
m
no edit summary
imported>DavidJCobb |
imported>DavidJCobb m |
||
Line 6: | Line 6: | ||
;[[User:DavidJCobb/Rotation Library|Rotation library]] | ;[[User:DavidJCobb/Rotation Library|Rotation library]] | ||
:A library for working with rotations in Skyrim. If you need to position ''and'' rotate one object relative to another, this'd be the code to do that. | :A library for working with rotations in Skyrim. If you need to position ''and'' rotate one object relative to another, this'd be the code to do that. | ||
__TOC__ | __TOC__ | ||
Line 47: | Line 42: | ||
** Edge selection is generally broken when working with navmesh cover anyway. | ** Edge selection is generally broken when working with navmesh cover anyway. | ||
** The Creation Kit does not ignore placed effects (e.g. fog) when placing navmesh vertices, or when using the "drop to ground" tool on navmesh vertices. So that's great. | ** The Creation Kit does not ignore placed effects (e.g. fog) when placing navmesh vertices, or when using the "drop to ground" tool on navmesh vertices. So that's great. | ||
* '''Combining multiple vanilla statics into a single NIF''' | * '''Combining multiple vanilla statics into a single NIF''' | ||
** Programs needed: | ** Programs needed: |