len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页

2008年7月22日

摘要: elvish ray is a scanline(actually REYES) + raytrace renderer now! cheers! 阅读全文
posted @ 2008-07-22 08:55 Len3d 阅读(282) 评论(3) 推荐(0)

2008年7月7日

摘要: Please click the following link to download: http://www.cnblogs.com/Files/len3d/Single%20Album%20Open%20The%20Door.rar Hope you enjoy it! 阅读全文
posted @ 2008-07-07 22:07 Len3d 阅读(248) 评论(0) 推荐(0)

2008年6月4日

摘要: i just need some time to summarize all the techniques. 阅读全文
posted @ 2008-06-04 08:48 Len3d 阅读(385) 评论(10) 推荐(0)

2008年5月14日

摘要: #include class BaseQueue { public: virtual void push( void *newItem ) = 0; }; class e_Object { public: // attributes: float max_displace; }; class GeoPrim { public... 阅读全文
posted @ 2008-05-14 20:47 Len3d 阅读(445) 评论(1) 推荐(0)

摘要: My new painting, using Photoshop+mouse(i can do much better if i have a tablet). after watching the "Practical Colors and Lightings" tutorial, i feel much easier with digital painting, esp in color ch... 阅读全文
posted @ 2008-05-14 01:07 Len3d 阅读(387) 评论(3) 推荐(0)

2008年4月27日

摘要: #include "eray.h" ei_verbose( on ); ei_link( "base" ); ei_options( "opt" ); ei_samples( -1, 1 ); ei_contrast( .1, .1, .1 ); ei_trace_depth( 2, 2 ); ei... 阅读全文
posted @ 2008-04-27 10:49 Len3d 阅读(364) 评论(1) 推荐(0)

2008年4月18日

摘要: 闲来无事,支持了一下真正的DOF: 阅读全文
posted @ 2008-04-18 09:47 Len3d 阅读(270) 评论(6) 推荐(0)

2008年4月17日

摘要: never use virtual function for primitives! why? they are memory-consuming! each primitive will contain a table of virtual function pointers, and you will usually have a river of primitives! so, use vi... 阅读全文
posted @ 2008-04-17 21:52 Len3d 阅读(251) 评论(0) 推荐(0)

2008年4月16日

摘要: very close to the final look 阅读全文
posted @ 2008-04-16 19:37 Len3d 阅读(321) 评论(1) 推荐(0)

2008年3月29日

摘要: since MemMan is too complicated to maintain, it's quite necessary to design a simplified version of MemMan which i call "MiniMemMan"... 阅读全文
posted @ 2008-03-29 16:56 Len3d 阅读(282) 评论(3) 推荐(0)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页