-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2013-11-13 ~ Updates #9
Comments
#2 is really interesting. I need to check the code and see if I can get it to work. That was a key issue. Thanks. |
Mostapha I think that creating the geometry for Three.js would be a lot of work. Wouldn't it be easier if you just create an array of color numbers? This could be for an X and Y array of vertices or for a single linear array Which would be easier for you? Each face - based on the original polyline segments - would have its own If we take each floor to be 8 feet high, we could divide the horizontal I can fairly easily take such an array of color numbers and create And the roof? How about we ignore the roof for Release 1 and just make it Does this sound OK? And approximately how many different color numbers will there be? And is Theo On Thu, Nov 14, 2013 at 7:27 PM, Mostapha Sadeghipour Roudsari <
|
Hi Theo, I think I still want to create the geometry. Matching the numbers with the grids won't be that easy if I give you a list of numbers. I think roofs are really important as many people may look to the values to see the potential of installing PV's (and we can provide them the hourly profile next to the annual! Yay.). Because of the direction of the roof the radiation values on are drastically different from the walls. Is it possible that you generate the planes first and give me the planes with the test points (mesh vertices in this case)? Then I can use that points to run the analysis and give you a list of colors back. In that case we will be sure that the colors match the order of the vertices. All I need is the list of the points and a normal that shows the direction of the base plane for each point. This will also solve the problem for the roof. There are slightly different color pallets that I know. Here are some examples. We can try a new one for this project. Mostapha |
I will have sample planes for every wall face for you in a few hours. More later... |
Nice graphics. It's good to know what we have to surpass... |
OK to close this one? I must say I like pretty graphics. Maybe wait until Alan says he's seen it. ;-) |
Photo gallery added.
Two apps updated ~ see home page read me.
Content added to home page read me.
**
Run Radiation Analysis #2 now loads the NY sun data and JSON data from external files. All the rest of the code is commented out.
I suggest that Mostapha have a go at using this data to run an analysis and generated vertices and faces.
After that, I can have a go at trying to display the data with Three.js.
**
Coming up: Hot Spot #3 should display the selected building, centered in the screen, along with some of the adjacent buildings. Also you should be able to select any of the five NY boroughs.
The text was updated successfully, but these errors were encountered: