Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Issue 3020030: Fixes errors when loading animated meshes in simpleviewer.... (Closed)

Created:
10 years, 5 months ago by Patrick Horn
Modified:
9 years, 7 months ago
Reviewers:
petersont, luchen
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

o3d-webgl: Fixes errors when loading animated meshes in simpleviewer. Use setUpO3DParam_ instead of createParam so that the "o3d." names can be used by serialization.js; simpleviewer calls Pack.destroy which can fail. Implement o3d.Matrix4Composition. Typos in curve loading. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53985

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : Fix Pack.destroy #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -41 lines) Patch
M samples/o3d-webgl/curve.js View 1 2 3 4 5 chunks +5 lines, -5 lines 0 comments Download
M samples/o3d-webgl/function.js View 1 2 2 chunks +9 lines, -27 lines 0 comments Download
M samples/o3d-webgl/pack.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M samples/o3d-webgl/param_operation.js View 1 2 3 4 7 chunks +40 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Patrick Horn
10 years, 5 months ago (2010-07-26 19:23:38 UTC) #1
petersont
http://codereview.chromium.org/3020030/diff/3001/4002 File samples/o3d-webgl/function.js (right): http://codereview.chromium.org/3020030/diff/3001/4002#newcode114 samples/o3d-webgl/function.js:114: o3d.ParamObject.setUpO3DParam_(o3d.FunctionEval, "output", "ParamFloatOutput"); This looks much cleaner. I like ...
10 years, 5 months ago (2010-07-27 22:26:33 UTC) #2
Patrick Horn
http://codereview.chromium.org/3020030/diff/3001/4003 File samples/o3d-webgl/pack.js (right): http://codereview.chromium.org/3020030/diff/3001/4003#newcode76 samples/o3d-webgl/pack.js:76: if (this.client.removePack) { On 2010/07/27 22:26:33, petersont wrote: > ...
10 years, 5 months ago (2010-07-28 00:05:43 UTC) #3
luchen
http://codereview.chromium.org/3020030/diff/11001/12002 File samples/o3d-webgl/function.js (right): http://codereview.chromium.org/3020030/diff/11001/12002#newcode115 samples/o3d-webgl/function.js:115: Does using setupO3DParam also set up a Setter for ...
10 years, 5 months ago (2010-07-28 00:15:28 UTC) #4
Patrick Horn
http://codereview.chromium.org/3020030/diff/11001/12002 File samples/o3d-webgl/function.js (right): http://codereview.chromium.org/3020030/diff/11001/12002#newcode115 samples/o3d-webgl/function.js:115: On 2010/07/28 00:15:28, luchen wrote: > Does using setupO3DParam ...
10 years, 5 months ago (2010-07-28 01:20:51 UTC) #5
luchen
10 years, 4 months ago (2010-07-28 18:08:12 UTC) #6
LGTM, see my opinion on using >> in place of divide/floor in the other CL
though.

Powered by Google App Engine
This is Rietveld 408576698