DataTexture3D
创建一个三维的纹理贴图。这种纹理贴图只能被用于WebGL 2渲染环境中。
构造函数
DataTexture3D( data : TypedArray, width : Number, height : Number, depth : Number )
data -- 纹理的数据。
width -- 纹理的宽度。
height -- 纹理的高度。
depth -- 纹理的深度。
示例
WebGL2 / materials / texture3d
WebGL2 / materials / texture3d / volume
属性
请参阅其基类Texture来了解共有属性。
方法
请参阅其基类Texture来了解共有方法。