判明している音素バランス文の元ネタを集めた。
「マルサの女 撮影日記」(伊丹十三)(文藝春秋 1987 年 2 月)(c03、g01 と同一)
// Rainbow shader with lots of adjustable properties! | |
Shader "_Shaders/Rainbow" { | |
Properties { | |
_Saturation ("Saturation", Range(0.0, 1.0)) = 0.8 | |
_Luminosity ("Luminosity", Range(0.0, 1.0)) = 0.5 | |
_Spread ("Spread", Range(0.5, 10.0)) = 3.8 | |
_Speed ("Speed", Range(-10.0, 10.0)) = 2.4 | |
_TimeOffset ("TimeOffset", Range(0.0, 6.28318531)) = 0.0 | |
} |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Linq; | |
using UnityEngine; | |
namespace uTools | |
{ | |
public class BlendShapeBlink : MonoBehaviour | |
{ | |
[System.Serializable] |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEditor; | |
using UnityEditorInternal; | |
using System.Linq; | |
using System.Reflection; | |
//オブジェクトのコンポーネントを別の奴にコピーする | |
public class CopyTransformComponents : ScriptableWizard |
using System.Collections.Generic; | |
/// <summary>A Kalman filter implementation for <c>float</c> values.</summary> | |
public class KalmanFilterFloat { | |
//----------------------------------------------------------------------------------------- | |
// Constants: | |
//----------------------------------------------------------------------------------------- | |
public const float DEFAULT_Q = 0.000001f; |
/* | |
* Assets内の全MaterialのShaderを一括で置換するEditor拡張 | |
* 使い方 | |
* 1.Editorディレクトリ配下にScriptを配置 | |
* 2.AssetsにShaderReplaceが追加されるので、それを選択するとWindowsが開く | |
* 3.Beforeに置換前のShader、Afterに置換後のShaderを選択 | |
* 4.Replaceボタンを押すと全部のMaterialでShaderを置換 | |
*/ | |
using System.Linq; |
『CopyVRMSettings.cs』は、『UniVRMExtensions』へ統合しました。
https://pokemori.booth.pm/items/1788660