首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏BennuCTech

    详解Bitmap之ARGB_8888/RGB_565/ALPHA_8/ARGB_4444

    The three RGB color channels and the alpha channel (translucency) are stored with a 4 bits precision This configuration is mostly useful if the application needs to store translucency information but also

    5.4K30编辑于 2022-02-24
  • 来自专栏向治洪

    Android优化之Hardware Layer

    A hardware layer is useful to apply a specific color filter and/or blending mode and/or translucency acceleration, a software layer is useful to apply a specific color filter and/or blending mode and/or translucency

    1.5K90发布于 2018-02-06
  • 来自专栏向治洪

    Android优化之Hardware Layer

    A hardware layer is useful to apply a specific color filter and/or blending mode and/or translucency acceleration, a software layer is useful to apply a specific color filter and/or blending mode and/or translucency

    92850发布于 2018-01-26
  • 来自专栏Creator星球游戏开发社区

    被刷屏的塞尔达来了,附源码!

    / viewDirectionWS 为树叶到摄像机的方向 vec3 viewDirectionWS = normalize(cc_cameraPos.xyz - worldPos.xyz); // translucency 暴露为材质参数方便调整效果 float VdotL = max(0., dot(viewDirectionWS, ld)) * translucency; VdotL = pow(VdotL, 4.)

    1.4K20发布于 2021-07-07
  • 来自专栏体验主义

    最新iOS设计规范一|3大主旨和6大原则

    Content typically fills the entire screen, while translucency and blurring often hint at more.

    2.3K30发布于 2021-04-08
  • 来自专栏全栈程序员必看

    【Away3D】初步认识[通俗易懂]

    );2 subsurfaceMethod.scatterColor = 0xff7733;3 subsurfaceMethod.scattering = .05;4 subsurfaceMethod.translucency

    74420编辑于 2022-09-06
  • 来自专栏机器之心

    虚幻引擎5正式版发布:古墓丽影&巫师新作采用、新一代实时渲染

    Surface Cache),提供了更高质量的反射 使用 Lumen 可视化视图模式调试内容 改进了反射去噪器(Reflections denoiser),尤其针对光泽反射和移动物体后方 半透明最终采集(Translucency

    1.6K40编辑于 2022-04-07
  • 来自专栏全栈程序员必看

    maxscript命令

    MtlButtonControl MtlLib Mtl__Caustics Mtl__Diffuse Mtl__Reflections Mtl__Self_Illumination Mtl__Translucency TopBottom Torus Torus_Knot TouchSensor TrackSet TrackSetList TrackViewPick Transition Translucency Translucency__lume Translucent Translucent_Shader Transmat_Photon__physics Transmat__physics Diffuse mr_A_D_Level__Opacity mr_A_D_Level__Reflections mr_A_D_Level__Specular mr_A_D_Level__Translucency mr_A_D_Output__Reflections mr_A_D_Output__Self_Illumination mr_A_D_Output__Specular mr_A_D_Output__Translucency

    1.6K10编辑于 2022-11-17
  • 来自专栏韩曙亮的移动开发专栏

    【Android 应用开发】Android 开发错误集锦

    那每个像素所占的 bytes 呢,这个主要取决于 decode 图片的方式: Bitmap.Config ALPHA_8 Each pixel is stored as a single translucency

    2.7K30编辑于 2023-03-27
  • 来自专栏腾讯社交用户体验设计

    ISUX译文 | The PBR Guide 基于物理的渲染指引(上)

    Absorption and Scattering - Transparency and Translucency 2.

    2.3K20发布于 2020-01-13
  • 来自专栏arXiv每日学术速递

    计算机视觉与模式识别学术速递[12.20]

    view synthesis can accurately reproduce view-dependent effects such as reflection, refraction, and translucency

    1.9K30编辑于 2021-12-24
领券