KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2021-11-03 to 1 day

generating 3d texture on script

var info = new RenderTextureDescriptor(); info.dimension=UnityEngine.Rendering.TextureDimension.Tex3D; info.colorFormat = RenderTextureFormat.ARGB32; info.width = 512; info.height=256; info.volumeDepth=90; info.depthBufferBits = 0; info.ms…

"FOOTER"