{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

华章程序员书库:OpenGL编程指南(原书第8版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

华章程序员书库:OpenGL编程指南(原书第8版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

由Khronos小组编写的官方指南,OpenGL领域的著作,素有“OpenGL红宝书”美誉;
主要译者为基于OpenGL的开源3维引擎OpenSceneGraph的核心开发者;
内容全面而深入,用清晰易懂的语言阐释OpenGL的各种技术细节、方法,帮助程序员走上OpenGL专家之路。

Content Description

《华章程序员书库:OpenGL编程指南(原书第8版)》是由Khronos小组编写的官方指南,是OpenGL领域的专业著作,素有“OpenGL红宝书”的美誉。第8版针对OpenGL4.3版本全方位阐释OpenGL的各种技术细节、方法和佳实践,帮助程序员走上OpenGL专家之路。
《华章程序员书库:OpenGL编程指南(原书第8版)》共12章:第1章概述OpenGL主要特性和功能;第2章讨论OpenGL中主要的特性——可编程着色器;第3章介绍使用OpenGL进行几何体绘制的各种方法,以及一些可以让渲染更为高效的优化手段;第4章阐释OpenGL对于颜色的处理过程,包括像素的处理、缓存的管理以及像素处理相关的渲染技术;第5章介绍在一个二维计算机屏幕上表现三维场景的操作细节;第6章讨论将几何模型与图像结合来创建真实的、高质量的三维模型的方法;第7章介绍计算机图形的光照效果模拟方法;第8章介绍使用可编程着色器生成纹理和其他表面效果的方法细节;第9章解释OpenGL管理和细分几何表面的着色器功能;第10章介绍在OpenGL渲染管线中使用着色器进行几何体图元修改的特别技术;第1l章介绍使用OpenGL帧缓存和缓存内存实现高级渲染技术和非图形学应用的相关方法;第12章介绍了新的着色器阶段,将通用计算的方法融合到OpenGL的渲染管线当中。
Author Description

施莱尔(Dave Shreiner),ARM公司的图形与GPU计算部门主管,自从OpenGL诞生之日起就积极地参与到它的开发当中。他创建了个OpenGL的商业培训课程,并且拥有超过20年的OpenGL编程教学经验。

Graham Sellers,《OpenGL超级宝典》的联合作者,在AMD负责OpenGL的软件开发。他同时还是很多OpenGL特性规范的作者,并且协助将OpenGL ES移植到桌面计算机平台。

John Kessenich,OpenGL着色语言的规范编者,LunarG公司的顾问,负责GLSL的编译器技术。他在3DLabs和Intel帮助下开发了OpenGL 2.0和OpenGL ES 2.0。

Bill Licea-Kane,AMD的技术部门核心成员,《OpenGL Shading Language Guide》的联合作者,OpenGL着色语言技术子部门的负责人。
Comments

★“这是一本一站式服务的OpenGL书籍。它就是我梦寐以求的那种图书。感谢Dave、Graham、John和Bill,感谢你们作出的了不起的贡献。”
——Mike Bailey,俄勒冈州立大学教授

★“最近出版的这本红宝书依然遵循了OpenGL的伟大传统:不断进化让它拥有了更为强大的力量和效率。第8版包含了前沿的接口标准和新特性的内容,以及对于应用在各行各业的现代OpenGL技术的脚踏实地的讲解。红宝书依然是我的公司中所有新员工的必备参考书。还有其他任何一本书可以说的上是必备的指南书吗?它让我喜极而泣,让我觉得无与伦比—我会一遍又一遍地阅读这本书。”
——Bob Kuehne,Blue Newt Software总裁

★“OpenGL在这20年来已经有了巨大的发展。这次的修订版是一本学习使用现代OpenGL的实用指南书。现代OpenGL侧重于着色器的使用,而这一版的编程指南准确地对应了这一点,它在第2章对于着色器进行了深入的叙述。而后继的章节里,它继续深入到方方面面,从纹理到计算着色器。无论你对OpenGL了解多少,或者你准备深入到何种程度,只要你准备开始编写OpenGL程序,你就一定需要《OpenGL编程指南》这本手边书。”
——Marc Olano,UMBC副教授

★“如果你正在寻找有关OpenGL新版的编程专业指南,那么你已经找到了。本书的作者深入参与了OpenGL 4.3标准的创立,而这本书中恰恰包含了你所需要了解的一切,它将使用一种清晰的、富有逻辑性和见解性的方式,介绍这个行业领先的API标准新知识。”
——Neil Trevett,Khronos Group总裁

Catalogue

推荐语
译者序
前言
第1章 OpenGL概述
1.1 什么是OpenGL
1.2 初识OpenGL程序
1.3 OpenGL语法
1.4 OpenGL渲染管线
1.4.1 准备向OpenGL传输数据
1.4.2 将数据传输到OpenGL
1.4.3 顶点着色
1.4.4 细分着色
1.4.5 几何着色
1.4.6 图元装配
1.4.7 剪切
1.4.8 光栅化
1.4.9 片元着色
1.4.1 0逐片元的操作
1.5 第一个程序:深入分析
1.5.1 进入main()函数
1.5.2 OpenGL的初始化过程
1.5.3 第一次使用OpenGL进行渲染

第2章 着色器基础
2.1 着色器与OpenGL
2.2 OpenGL的可编程管线
2.3 OpenGL着色语言概述
2.3.1 使用GLSL构建着色器
2.3.2 存储限制符
2.3.3 语句
2.3.4 计算的不变性
2.3.5 着色器的预处理器
2.3.6 编译器的控制
2.3.7 全局着色器编译选项
2.4 数据块接口
2.4.1 uniform块
2.4.2 指定着色器中的uniform块
2.4.3 从应用程序中访问uniform块
2.4.4 buffer块
2.4.5 in/out块
2.5 着色器的编译
2.5.1 我们的Load Shaders函数
2.6 着色器子程序
2.6.1 GLSL的子程序设置
2.6.2 选择着色器子程序
2.7 独立的着色器对象

第3章 OpenGL绘制方式
3.1 OpenGL图元
3.1.1 点
3.1.2 线、条带与循环线
3.1.3 三角形、条带与扇面
3.2 OpenGL缓存数据
3.2.1 创建与分配缓存
3.2.2 向缓存输入和输出数据
3.2.3 访问缓存的内容
3.2.4 丢弃缓存数据
3.3 顶点规范
3.3.1 深入讨论Vertex Attrib-Pointer
3.3.2 静态顶点属性的规范
3.4 OpenGL的绘制命令
3.4.1 图元的重启动
3.5 多实例渲染
3.5.1 多实例的顶点属性
3.5.2 在着色器中使用实例计数器
3.5.3 多实例方法的回顾

第4章 颜色、像素和帧缓存
4.1 基本颜色理论
4.2 缓存及其用途
4.2.1 缓存的清除
4.2.2 缓存的掩码
4.3 颜色与OpenGL
4.3.1 颜色的表达与OpenGL
4.3.2 顶点颜色
4.3.3 光栅化
4.4 多重采样
4.4.1 采样着色
4.5 片元的测试与操作
4.5.1 剪切测试
4.5.2 多重采样的片元操作
4.5.3 模板测试
4.5.4 模板的例子
4.5.5 深度测试
4.5.6 融混
4.5.7 融混参数
4.5.8 控制融混的参数
4.5.9 融混方程
4.5.10 抖动
4.5.11 逻辑操作
4.5.12 遮挡查询
4.5.13 条件渲染
4.6 逐图元的反走样
4.6.1 线段的反走样
4.6.2 多边形的反走样
4.7 帧缓存对象
4.7.1 渲染缓存
4.7.2 创建渲染缓存的存储空间
4.7.3 帧缓存附件
4.7.4 帧缓存的完整性
4.7.5 帧缓存的无效化
4.8 多重渲染缓存的同步写入
4.8.1 选择颜色缓存来进行读写操作
4.8.2 双源融混
4.9 像素数据的读取和拷贝
4.1 0拷贝像素矩形

第5章 视口变换、剪切与反馈
5.1 观察视图
5.1.1 视图模型
5.1.2 相机模型
5.1.3 正交视图模型
5.2 用户变换
5.2.1 矩阵乘法的回顾
5.2.2 齐次坐标
5.2.3 线性变换与矩阵
5.2.4 法线变换
5.2.5 OpenGL矩阵
5.3 OpenGL变换
5.3.1 高级技巧:用户剪切
5.4 trans form feedback
5.4.1 transformfeedback对象
5.4.2 transformfeedback缓存
5.4.3 配置transformfeedback的变量
5.4.4 transformfeedback的启动和停止
5.4.5 transformfeedback的示例:粒子系统

第6章 纹理
6.1 纹理映射
6.2 基本纹理类型
6.3 创建和初始化纹理
6.3.1 纹理格式
6.4 代理纹理
6.5 设置纹理数据
6.5.1 显式设置纹理数据
6.5.2 使用PixelUnpack缓存
6.5.3 从帧缓存拷贝数据
6.5.4 从文件加载图像
6.5.5 查询纹理数据
6.5.6 纹理数据布局
6.6 采样器对象
6.6.1 采样器参数
6.7 使用纹理
6.7.1 纹理坐标
6.7.2 组织纹理数据
6.7.3 使用多重纹理
6.8 复杂纹理类型
6.8.1 3维纹理
6.8.2 数组纹理
6.8.3 立方体映射纹理
6.8.4 阴影采样器
6.8.5 深度模板纹理
6.8.6 缓存纹理
6.9 纹理视图
6.1 0压缩纹理
6.1 1滤波
6.1 1.1 线性滤波
6.1 1.2 使用和生成mipmap
6.1 1.3 计算mipmap级别
6.1 1.4 mipmap细节层次控制
6.1 2高级纹理查询函数
6.1 2.1 显式细节层次
6.1 2.2 显式梯度设置
6.1 2.3 偏移后的纹理获取
6.1 2.4 投影纹理
6.1 2.5 着色器中的纹理查询
6.1 2.6 收集纹素
6.1 2.7 合并特殊函数
6.1 3点精灵
6.1 3.1 带纹理的点精灵
6.1 3.2 控制点的外观
6.1 4渲染到纹理贴图
6.1 4.1 丢弃已渲染数据
6.1 5本章总结
6.1 5.1 纹理回顾
6.1 5.2 纹理的最好实践

第7章 光照与阴影
7.1 光照介绍
7.2 经典光照模型
7.2.1 不同光源类型的片元着色器
7.2.2 将计算移到顶点着色器
7.2.3 多个光源和材质
7.2.4 光照坐标系统
7.2.5 经典光照模型的局限
7.3 光照模型进阶
7.3.1 半球光照
7.3.2 基于图像的光照
7.3.3 球面光照
7.4 阴影映射
7.4.1 创建一张阴影贴图
7.4.2 使用阴影贴图

第8章 程序式纹理
8.1 程序式纹理
8.1.1 规则的花纹
8.1.2 玩具球
8.1.3 晶格
8.1.4 程序式着色方法的总结
8.2 凹凸贴图映射
8.2.1 应用程序设置
8.2.2 顶点着色器
8.2.3 片元着色器
8.2.4 法线贴图
8.3 程序式纹理的反走样
8.3.1 走样的来源
8.3.2 避免走样问题
8.3.3 提高分辨率
8.3.4 高频率的反走样
8.3.5 频率截断
8.3.6 程序式反走样的总结
8.4 噪声
8.4.1 噪声的定义
8.4.2 噪声纹理
8.4.3 权衡
8.4.4 一个简单的噪声着色器
8.4.5 湍流
8.4.6 大理石
8.4.7 花岗岩
8.4.8 木纹
8.4.9 噪声的总结
8.5 更多信息

第9章 细分着色器
9.1 细分着色器
9.2 细分面片
9.3 细分控制着色器
9.3.1 生成输出面片的顶点
9.3.2 细分控制着色器的变量
9.3.3 细分的控制
9.4 细分计算着色器
9.4.1 设置图元生成域
9.4.2 设置生成图元的面朝向
9.4.3 设置细分坐标的间隔
9.4.4 更多的细分计算着色器layout选项
9.4.5 设置顶点的位置
9.4.6 细分计算着色器的变量
9.5 细分实例:茶壶
9.5.1 处理面片输入顶点
9.5.2 计算茶壶的细分坐标
9.6 更多的细分技术
9.6.1 视口相关的细分
9.6.2 细分的共享边与裂缝
9.6.3 置换贴图映射

第10章 几何着色器
10.1 创建几何着色器
10.2 几何着色器的输入和输出
10.2.1 几何着色器的输入
10.2.2 特殊的几何着色器图元
10.2.3 几何着色器的输出
10.3 产生图元
10.3.1 几何体的裁减
10.3.2 几何体的扩充
10.4 transformfeedback高级篇
10.4.1 多重输出流
10.4.2 图元查询
10.4.3 使用transformfeedback的结果
10.5 几何着色器的多实例化
10.6 多视口与分层渲染
10.6.1 视口索引
10.6.2 分层渲染
10.7 本章小结
10.7.1 几何着色器回顾
10.7.2 几何着色器的经验谈

第11章 内存
11.1 使用纹理存储通用数据
11.1.1 将纹理绑定到图像单元
11.1.2 图像数据的读取和写入
11.2 着色器存储缓存对象
11.2.1 写入结构化数据
11.3 原子操作和同步
11.3.1 图像的原子操作
11.3.2 缓存的原子操作
11.3.3 同步对象
11.3.4 图像限定符和屏障
11.3.5 高性能的原子计数器
11.4 示例
11.4.1 顺序无关的透明

第12章 计算着色器
12.1 概述
12.2 工作组及其执行
12.2.1 知道工作组的位置
12.3 通信与同步
12.3.1 通信
12.3.2 同步
12.4 示例
12.4.1 物理模拟
12.4.2 图像处理
12.5 本章总结
12.5.1 计算着色器回顾
12.5.2 计算着色器的最佳实践

附录A GLUT基础知识
附录B OpenGLES与WebGL
附录C 内置GLSL变量与函数
附录D 状态变量
附录E 齐次坐标与变换矩阵
附录F OpenGL与窗口系统
附录G 纹理、帧缓存与渲染缓存的浮点格式
附录H OpenGL程序的调试与优化
附录I 缓存对象的布局
术语表
Introduction

译者序
OpenGL发展至今,已经超过了20年的时间。作为一个成熟而久负盛名的跨平台的计算机图形应用程序接口规范,它已经被广泛应用于游戏、影视、军事、航空航天、地理、医学、机械设计,以及各类科学数据可视化的领域。而随着网络和移动平台的飞速发展,异军突起的OpenGLES和WebGL标准也吸引了大批开发者的眼球,而这两者与OpenGL本身同样有着千丝万缕的联系。
OpenGL支持几乎所有现有的主流操作系统平台,包括Windows、MacOSX以及各种UNIX平台。它同时也可以用于几乎所有主流的编程语言环境当中,例如C/C++、Java、C#、VisualBasic、Python、Perl等。因此,无可非议地说,OpenGL应当是目前全球最为广泛学习和使用的图形开发API接口,我们几乎可以在全世界任何一台计算机安装的软件当中找到它的身影(当然,在Windows平台下总会有OpenGL和DirectX两类API的地位与优劣之争,这又是本书内容之外的另一番故事了)。
而作为OpenGL学习的经典书籍,有着“红宝书”之名的《华章程序员书库:OpenGL编程指南(原书第8版)》也已经更新到了第8版。这一版的最大特色就是“变革”。是的,这是一本变革之书,它直接与OpenGL4.3版本的内容相贴合,彻底以核心模式的主要函数与着色器的内容为讲解重点。如果你已经读过以前的一些修订版本,并且已经对glBegin()、glLoadMatrix(),或者displaylist这些函数和名词耳熟能详,那么不要惊讶:从这一版开始,你将再也见不到有关这些内容的介绍。即使你是一位从业数十年的OpenGL开发者,从这一刻开始,你恐怕也需要从头来过。
不过无须惊惶,你手头的已经开发了多年的OpenGL程序,依然可以在兼容模式下顺利执行。而基于可编程流水线的全新架构和接口,想必也会给有经验的开发者带来更多的思考与创新力。而对于初涉OpenGL开发的新人来说,这恰恰是一个好机会,让你们从新的起点出发,把学习和思考的重心放在以着色语言为基础的体系之上,而不是死记硬背那些程序接口,或者苦恼于繁杂的状态切换。
《华章程序员书库:OpenGL编程指南(原书第8版)》内容翔实,章节划分清晰明确,适合各种层次的读者选择性地阅读。不过,作为一个具有颠覆性质的修订版本,这一版的“红宝书”也暴露出内容讲解上的一些问题,部分章节略显臃肿冗余,而内容的衔接上也不够连贯,这样都可能让没有基础的新人感到无所适从。应当说,这也是本书未来亟待更新和改进的方面。
译者作为基于OpenGL的开源3维引擎OpenSceneGraph的核心开发者,有幸主持了本版的翻译工作,但是因为时间紧迫,译者才疏学浅,因此错漏之处想必很多,敬请读者谅解。如有任何形式的批评或建议,欢迎随时与译者联系。《华章程序员书库:OpenGL编程指南(原书第8版)》的图文内容与之前的修订版本基本不存在关联,书中第1~6章,第8~11章均由王锐负责翻译与整理,其他参与本书翻译的人员还有:郭华(第6章,附录G、附录H和附录I)、苏明南(第7章和附录D)、张静(第12章)、王凯(附录A)、陈节(附录B)、龙海鹰(附录C)、毕玉玲(附录E)。感谢他们的辛苦付出,也感谢机械工业出版社的编辑们的信任与帮助!

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book