shapes.h

来自「file code.zip are used to implement ray 」· C头文件 代码 · 共 12 行

H
12
字号
//This file includes all the parent classes that define the general//structure of a shape object as well as classes to ray-trace them.//Note: THIS FILE MUST BE INCLUDED!#include "BaseShapes.h"//Here are defined several primitive objects for ray-tracing//(Plane, Square, Cube, Sphere, Tapered Cylinder, Torus)#include "PrimitiveShapes.h"//This file contains the classes necessary to ray-trace a triangular mesh.#include "MeshShapes.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?