Skip to content

Commit f73ed6d

Browse files
committed
add runnable 3d cubes example
1 parent 18234d5 commit f73ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d-cubes/src/components/FlatMaterial.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
//import { glMatrixShape, vec3Shape } from 'react-css-transform';
3+
//import { glMatrixType, vec3Shape } from 'react-css-transform';
44
import { vec3, mat3 } from 'gl-matrix';
55

66
function hexStringToRgb(hexString) {

0 commit comments

Comments
 (0)