Skip to content
This repository was archived by the owner on Jun 1, 2018. It is now read-only.

add app#12

Open
MagdaN wants to merge 16 commits intomasterfrom
2015-07-mn-add-3d-app
Open

add app#12
MagdaN wants to merge 16 commits intomasterfrom
2015-07-mn-add-3d-app

Conversation

@MagdaN
Copy link
Copy Markdown
Contributor

@MagdaN MagdaN commented Jul 4, 2015

to test this you need to add the following to your local project url.py:

from wbc.buildings.views import *

url(r'^buildings/(?P[0-9]+)/$', 'wbc.buildings.views.building', name='place'),
url(r'^media/(?P.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT})

also MEDIA_ROOT needs to be set in your settings

@MagdaN
Copy link
Copy Markdown
Contributor Author

MagdaN commented Jul 4, 2015

@jochenklar : please test

@jochenklar
Copy link
Copy Markdown
Contributor

@MagdaN please test

@MagdaN
Copy link
Copy Markdown
Contributor Author

MagdaN commented Jul 13, 2015

3d model is now shown on the place page - problem though: scrolling is impossible

@MagdaN
Copy link
Copy Markdown
Contributor Author

MagdaN commented Jul 13, 2015

@jochenklar - please review/fix

@jochenklar
Copy link
Copy Markdown
Contributor

almost done, only thing left is to disable scrolling/panning in the vizicities container. I suggest @umut0 changes this in https://github.com/webuildcity/wbc3d first and than I copy the files here. OK?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants