Displaying 1 result from an estimated 1 matches for "mambientreflect".
2013 Oct 02
2
C++ debugging help needed
...x7f7fffff7f7fffff out of
bounds>}},
mShapeColor = {mRed = -1.4044474254567505e+306,
mGreen = -1.4044477603031902e+306, mBlue = 4.24399170841135e-314,
mTransparent = 0}, mSpecularReflectivity = 0.0078125,
mSpecularSize = 1065353216, mDiffuseReflectivity = 0.007812501848093234,
mAmbientReflectivity = 0}
The things displayed in *this are all wrong. Those field names come
from the Shape object in the igraph package, not the Shape object in the
rgl package. The mixOmics package uses both.
My questions:
- Has my code somehow got mixed up with the igraph code, so I really do
have a c...