Skip to content

Commit

Permalink
edited comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Tammik committed Dec 10, 2016
1 parent af617c7 commit d30fb1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RvtVa3c/Va3cObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ namespace RvtVa3c
/// <summary>
/// three.js object class, successor of Va3cScene.
/// The structure and properties defined here were
/// reverse engineered ftom JSON files exported
/// reverse engineered from JSON files exported
/// by the three.js and vA3C editors.
/// </summary>
[DataContract]
public class Va3cContainer
{
/// <summary>
/// Based on MeshPhongMaterial obtained by exporting a cube from the thr
/// Based on MeshPhongMaterial obtained by
/// exporting a cube from the three.js editor.
/// </summary>
public class Va3cMaterial
{
Expand Down

0 comments on commit d30fb1d

Please sign in to comment.