Skip to content

Commit

Permalink
Reversed IDs on spheres in Basic Picking demo for change in camera po…
Browse files Browse the repository at this point in the history
…sition
  • Loading branch information
xeolabs committed May 13, 2011
1 parent e3b6518 commit 8620c6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/examples/basic-picking/basic-picking.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SceneJS.createNode({
nodes: [
{
type: "node",
id: "right-blue-sphere",
id: "left-blue-sphere",

nodes: [
{
Expand All @@ -93,7 +93,7 @@ SceneJS.createNode({
},
{
type: "node",
id: "left-blue-sphere",
id: "right-blue-sphere",

nodes: [

Expand Down Expand Up @@ -137,7 +137,7 @@ SceneJS.createNode({
nodes: [
{
type: "node",
id: "right-green-sphere",
id: "left-green-sphere",
nodes: [
{
type: "translate",
Expand All @@ -152,7 +152,7 @@ SceneJS.createNode({
},
{
type: "node",
id: "left-green-sphere",
id: "right-green-sphere",

nodes: [
{
Expand Down

0 comments on commit 8620c6c

Please sign in to comment.