搜索资源列表
CubeMapping
- Cube Map 在实时渲染中应用十分广泛。 通过视线和法线计算出的反射光线来查询Cube Map创建一个真实的反射镜面体。 用OpenGL实现
CubeMapping
- Cube Map 在实时渲染中应用十分广泛。 通过视线和法线计算出的反射光线来查询Cube Map创建一个真实的反射镜面体。 用OpenGL实现-Cube Map in real-time rendering of a wide range of applications. Through the normal line of sight and calculate the reflection of light to create
cubemapping
- opengl 立方体映射的例子,六张图片做环境映射-a demo of opengl cube mapping
cubemapping
- 简单的openGL纹理贴图,实现一个把图贴到立方体上的函数,立方体里画反射面的水壶,贴图倒影在水壶上,转动鼠标改变视图。用法见readme.txt-This project is developed on the platform of VS2010,it implements the cube texture mapping in openGL