EnvironmentSGNode

EnvironmentSGNode

by Johannes Schrott -
Number of replies: 1

Dear CG-Lab-Team,

in our project we would like to use a Cube Texture similar to the one in the spaceship scene. Unfortunately, the EnvironmentSGNode that is used in Lab 6 is not available in the framework. My question now is, if it is possible to add the EnvironmentSGNode into the project? Or do we have to reinvent the wheel and use something created on our own?

Another question is regarding one of the dates of the 7th lab: it says Fri. 17th June, but this is a Thursday. So, does it take place on Friday 18th or Thursday 17th?

Yours sincerely,
Johannes Schrott

In reply to Johannes Schrott

Re: EnvironmentSGNode

by Jonathan Kudlich -
Hi,

Copying the node from the lab is of course allowed. However, it is very likely that just copying the node calls into your main.js file will lead to several errors when trying to use it (as is usually the case when copying a class from one project to another with a slightly different structure ;) ), so you may need to adapt your version of the class to fit in with the rest of the project framework.

As for the dates of the 7th lab, there was an error on moodle which should be corrected now.

Kind regards,
Jonathan Kudlich