📄 special_instruction
字号:
// ******************************************************************//// The following C++ code computes a sample point and its probability // on the spherical or triangular luminaire according to the solid // angle from the view point. These are the center part of the direct // lighting computation via Monte Carlo integration.//// The function hit() is assumed to exist. It returns the intersection // point of a ray and a luminaire.// // Use the command, CC -c *.C -lm, to compile (not link). The code // needs to be combined with a ray tracer to complete. // ******************************************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -