karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

How to access the function intersect #31

Closed yi1z closed 1 year ago

yi1z commented 1 year ago

As the question, how to access the function intersect for an object in objects? Do we simply call objects[i].intersect(...)?