Skip to content

Instantly share code, notes, and snippets.

View mkc1370's full-sized avatar
🦊

mkc1370 mkc1370

🦊
View GitHub Profile
@mkc1370
mkc1370 / MySkinnedMeshRenderer.cs
Created September 7, 2023 02:28
SkinnedMeshRendererのスキニングの処理を再現するコンポーネント SkinnedMeshRendererと同じGameObjectにアタッチすると動作する
/*
MIT License
Copyright (c) 2023 mkc1370
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
@mkc1370
mkc1370 / EyeControllerSample.cs
Created October 28, 2021 14:24
回転軸やローカルの回転がめちゃくちゃでもいい感じに視線制御するサンプル
/*
MIT License
Copyright (c) 2021 mkc1370
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is