摘要:
elvish ray is a scanline(actually REYES) + raytrace renderer now! cheers! 阅读全文
posted @ 2008-07-22 08:55
Len3d
阅读(282)
评论(3)
推荐(0)
|
摘要:
elvish ray is a scanline(actually REYES) + raytrace renderer now! cheers! 阅读全文
posted @ 2008-07-22 08:55
Len3d
阅读(282)
评论(3)
推荐(0)
摘要:
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)
摘要:
i just need some time to summarize all the techniques. 阅读全文
posted @ 2008-06-04 08:48
Len3d
阅读(385)
评论(10)
推荐(0)
摘要:
#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)
摘要:
#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)
摘要:
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)
摘要:
very close to the final look 阅读全文
posted @ 2008-04-16 19:37
Len3d
阅读(321)
评论(1)
推荐(0)
摘要:
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)
|