Appendix A

NVMC Class

We have already seen in Section 2.5.1 how the framework is structured and showed a few examples of access to the element of the scene. Here we will give a more detailed description of the framework to serve as reference.

A.1 Elements of the Scene

NVMC.Race.prototype = {…
 get bbox   : function …
 get track   : function …
 get tunnels  : function …
 get arealigths  : function …
 get lamps   : function …
 get trees   : function …
 get buildings  : function …
 get weather  : function …
 get startPosition  : function …
 get observerPosition : function …
 get photoPosition  : function …
};

The class Race contains all the elements of the scene except the participants to the race (that is, the cars). These elements are: the bounding box of the ...

Get Introduction to Computer Graphics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.