Skip to content
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

Changes as requested from Ekki #21

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9c1498f
floorplanner/floorplanner.ts: typing of members
Ekki Jul 14, 2016
cb012ae
configuration support for floorplanner properties
Ekki Jul 14, 2016
f322a6e
First commit to test github and sourcetree
Aug 2, 2016
af7955a
some preliminary changes for newer ThreeJS versions, some changes tow…
Aug 2, 2016
e1cc052
fix meter example
Aug 2, 2016
9b1156f
WIP standalone 2D mode
Aug 2, 2016
1111738
Standalone 3d mode, has own function call
Aug 3, 2016
96df49f
more types for diverse properties all named scene: any , hier…
Aug 4, 2016
3c63ad1
set traditional wall creation as default
Aug 4, 2016
bbcf273
make wall hierarchy work with custom ids
Aug 4, 2016
98a1d37
support additional prefixlevel for creating hierarchical rooms
Aug 4, 2016
fd811ce
add height as property in json describing rooms, some additional typing
Aug 4, 2016
c14ab24
brick scale example
Aug 4, 2016
02205c8
generate floor hierarchical if wanted
Aug 4, 2016
dc6ad0c
#20, fix by gazzard
Ekki Aug 4, 2016
61ec01c
document json scene format as ISaveFormat, i.e. files saved with .b…
Aug 5, 2016
608cc5e
add example of floortexture in json
Aug 5, 2016
77a0f55
example overrides floor texture, found out the correct way -> key are…
Aug 5, 2016
de15c1a
can now load walls and floor of original .blueprint3d files , also fo…
Aug 5, 2016
abe7369
lots of cleanup
Aug 5, 2016
ba91df3
Merge pull request #1 from nilsmoh/master
Aug 5, 2016
299c99b
model/save_format refactored to io/format
Ekki Aug 5, 2016
01cfda4
./.
Ekki Aug 5, 2016
32abe1d
no message
Ekki Aug 8, 2016
5ee0c2f
remove info.txt
Aug 8, 2016
8b4b286
move examples into /examples/2d or /examples/3d respectively, change …
Aug 8, 2016
a84ec53
change embedded texture links suitable for examples/ directory
Aug 8, 2016
29e9f8e
add original example
Aug 8, 2016
a3cb3bb
change example folder to examples/original
Aug 8, 2016
54598ab
2d example: remove superflous code, fix variable names
Aug 8, 2016
66848e5
remove tabs
Aug 8, 2016
cd9b736
bring more into line with styleguide
Aug 8, 2016
bf8f5ca
fix whitespace
Aug 8, 2016
bf582d0
remove texture loading (will however be needed for using newer threej…
Aug 8, 2016
df0c625
explain Hierarchy
Aug 8, 2016
a759869
change whitespaces
Aug 8, 2016
addda4d
whitespace changes
Aug 8, 2016
69c315d
fix whitespaces
Aug 8, 2016
4efd8ba
change variable name, remove scope variable
Aug 8, 2016
d56be80
make thickness saveable in json, no longer overwrite value
Aug 8, 2016
9821989
fix whitespace
Aug 8, 2016
86af3dc
make thickness a wall property in json, so json description can final…
Aug 8, 2016
f7b7a68
add meshes as return values to further use in calling outside code
Aug 15, 2016
821fb61
bunch of changes, should be changed for pull request
Aug 17, 2016
de7ea77
WIP UV coords
Aug 18, 2016
1c3c3d7
generate floor UVs for 1x1 meshes for now
Aug 19, 2016
aede552
Corrected display of wall lengths
stefanheyder Sep 27, 2016
04dd7b8
Reverted display change
stefanheyder Sep 27, 2016
d79a418
Orphaned walls no longer create two halfedges, because this cause cre…
stefanheyder Sep 28, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository includes an example application built using blueprint3d:

### http://furnishup.github.io/blueprint3d/example/
### http://furnishup.github.io/blueprint3d/examples/original/

## What is this?

Expand Down Expand Up @@ -80,7 +80,7 @@ The `src` directory contains the core of the project. Here is a description of t
`three` - 3D view/controller for viewing and modifying item placement


### `example/` Directory
### `examples/` Directory

The example directory contains an application built using the core blueprint3d javascript building blocks. It adds html, css, models, textures, and more javascript to tie everything together.

Expand Down
184 changes: 0 additions & 184 deletions example/js/items.js

This file was deleted.

Loading