Difference between revisions of "SceneCreator"
Line 1: | Line 1: | ||
'''SceneCreator Dev Links:'''<br /> | '''SceneCreator Dev Links:'''<br /> | ||
+ | |||
+ | 2D: | ||
+ | |||
+ | * display 3d object, walls, and lights in a 2d scene | ||
+ | * create wall | ||
+ | * insert lights | ||
+ | * new scene(delete all) | ||
+ | * walls and lights can be selected | ||
+ | * delete selected | ||
+ | * move selected | ||
+ | |||
+ | 3D: | ||
+ | * add item to scene from the side bar | ||
+ | * item selection (clicking an item highs it blue and is set as the selected item) *wall are not selectable | ||
+ | * once an item is selected a user can (using the button above the scene): | ||
+ | ** delete | ||
+ | ** rotate | ||
+ | ** move up/down | ||
+ | ** scale (new improved) | ||
+ | ** copy (improved) | ||
+ | ** move to position of the mouse | ||
+ | * camera widget (improved) | ||
+ | * 5 independent cameras | ||
+ | |||
+ | Google Warehouse: | ||
+ | * view the Google 3D Warehouse website inside the browser | ||
+ | * Back and forward functionality | ||
[http://github.com/asalga/SceneCreator GitHub]<br /> | [http://github.com/asalga/SceneCreator GitHub]<br /> | ||
[http://c3dl.lighthouseapp.com/projects/52892-scenecreator/overview Lighthouse]<br /> | [http://c3dl.lighthouseapp.com/projects/52892-scenecreator/overview Lighthouse]<br /> |
Revision as of 14:11, 10 June 2010
SceneCreator Dev Links:
2D:
- display 3d object, walls, and lights in a 2d scene
- create wall
- insert lights
- new scene(delete all)
- walls and lights can be selected
- delete selected
- move selected
3D:
- add item to scene from the side bar
- item selection (clicking an item highs it blue and is set as the selected item) *wall are not selectable
- once an item is selected a user can (using the button above the scene):
- delete
- rotate
- move up/down
- scale (new improved)
- copy (improved)
- move to position of the mouse
- camera widget (improved)
- 5 independent cameras
Google Warehouse:
- view the Google 3D Warehouse website inside the browser
- Back and forward functionality