-
光线追踪源代码
基于HTML5 canvas,使用光线追踪方法渲染场景。
可定义球体,平面,立方体,圆柱体等物体。
可定义物体的材质,漫反射系数,镜面反射系数,反射率。
可定义光源的颜色,方向。
可定义多个光源。
可定义观察位置,观察方向,视角大小。
可定义追踪光线的深度。
效果
实现了反射,阴影等效果,可以得到较有真实感图像。
实现
源代码:raytracer, render。
函数init()进行在场景内放置物体,设置物体参数位置材质,光源与相机参数。
暂时只用了平行光,还没有加入点光源。
没有实现透明物体,折射效果。
- 2022-12-03 02:25:03下载
- 积分:1
-
GA
说明: 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
- 2017-10-20 00:21:06下载
- 积分:1
-
《VC网络高级编程》随书光盘
《VC网络高级编程》随书光盘- "VC Network High-level Programming" along with book compact
disc
- 2022-01-26 05:30:00下载
- 积分:1
-
很好的信息消除 很好的信息消除
很好的信息消除 很好的信息消除-Very good information on the elimination of good information to eliminate
- 2022-12-31 04:30:04下载
- 积分:1
-
一个绘制3D文本的例子,适合初学者进行学习研究。
一个绘制3D文本的例子,适合初学者进行学习研究。-3D rendering of an example of text, suitable for beginners to study.
- 2022-02-15 18:16:45下载
- 积分:1
-
屏幕捕获
这段代码是如何捕获屏幕与C ++,那么你就可以更多地了解捕获屏幕和OCX。
- 2022-04-20 12:15:55下载
- 积分:1
-
基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;...
基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;-A weather reporter tool based on ACE. you can learn to know the usage of the ACE_Sock_Stream and Base64 algorithm
- 2022-08-09 09:01:23下载
- 积分:1
-
VHDL University study abroad information of choice for studying VHDL reference ~...
VHDL国外大学的学习资料 学习VHDL的首选参考-VHDL University study abroad information of choice for studying VHDL reference ~ ~
- 2022-03-16 18:47:16下载
- 积分:1
-
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码...
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码-Classic game code, mainly for the Russian box game code, game code mine, s60 game code as well as the Snake game code, game code tank in 1998
- 2022-10-18 14:30:03下载
- 积分:1
-
代理服务器(Proxy Server)软件是一种常用的网络软件,常用于网吧、学校、公司等使用局域网的机构中。代理服务器的功能是接受过个客户端的网络请求,分析请求...
代理服务器(Proxy Server)软件是一种常用的网络软件,常用于网吧、学校、公司等使用局域网的机构中。代理服务器的功能是接受过个客户端的网络请求,分析请求的内容,从远程的服务器上获取信息后返回给客户计算机。本例实现一个比较简单的HTTP代理服务器程序。-proxy server (Proxy Server) software is a common network software commonly used in Internet cafes, schools, companies use LAN institutions. Proxy server function is accepted-client network request, analyze the content of the request from the remote server access to the information and returned to the client computer. The cases to achieve a relatively simple HTTP proxy server.
- 2023-07-09 18:25:03下载
- 积分:1