指定のオブジェクトのテクスチャ サポート オブジェクトを表示します。
UnhideTextureUVDomains( [InputObjs], [Type] ); |
パラメータ | タイプ | 説明 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
InputObjs | 文字列 |
表示するテクスチャ サポート オブジェクトを持つオブジェクトのリスト。 デフォルト値: 選択されたオブジェクト |
||||||||
Type | Long |
表示/非表示を切り替えます。 デフォルト値: 1
|
'Create a simple primitive, apply a default shader and create a texture projection CreatePrim "Sphere", "MeshSurface" ApplyShader BlendInPresetsInsp "Fractal", , , True, True CreateProjection "sphere", siTxtUV, siTxtDefaultSpherical, "Texture_Support", "Texture_Projection" SetInstanceDataValue , "sphere.Material.Phong.ambient_blend.Fractal.tspace_id", "Texture_Projection" 'Hide the texture support HideTextureUVDomains 'Unhide the texture support UnhideTextureUVDomains |