Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pubspec.lock
*.map
*.dart.js.deps
out
.packages
2 changes: 1 addition & 1 deletion lib/src/renderers/web_gl_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WebGLRenderer implements Renderer {

Color _clearColor;
num _clearAlpha;
double devicePixelRatio;
num devicePixelRatio;

bool alpha, premultipliedAlpha, antialias, stencil, preserveDrawingBuffer;

Expand Down
2 changes: 1 addition & 1 deletion lib/three.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library three;

import 'dart:async';
import 'dart:collection';
import 'dart:html' hide Path;
import 'dart:html';
import 'dart:typed_data';
import 'dart:web_gl' as gl;
import 'dart:math' as Math;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: three
version: 0.2.5+1
version: 0.2.5+2
authors:
- Robert Silverton <[email protected]>
- Nelson Silva <[email protected]>
Expand Down