使用geometric tools时出现“error C2872: “Vector3”: 不明确的符号”的错误
解决办法是在使用了geometric tools的Vector3 coneVertex前面加上限定符,改为gte::Vector3 coneVertex
或者将有冲突对应的头文件注释掉
使用geometric tools时出现“error C2872: “Vector3”: 不明确的符号”的错误
解决办法是在使用了geometric tools的Vector3 coneVertex前面加上限定符,改为gte::Vector3 coneVertex
或者将有冲突对应的头文件注释掉