Skip to content

issue with getCameraMatrix() #14

@kalwalt

Description

@kalwalt

Actually the getCameraMatrix()

ARController.prototype.getCameraMatrix = function (nearPlane, farPlane) {
return artoolkitXjs._arwGetProjectionMatrix(nearPlane, farPlane);
};
call the exported function _arwGetProjectionMatrix but we have already a getProjectionMatrix in ARX_additions.js
https://github.com/augmentmy-world/artoolkitx/blob/3710b8236efb629c30bb189a3e9d7e196a00662e/Source/artoolkitx.js/ARX_additions.js#L12-L23
Maybe we should use this?

Metadata

Metadata

Assignees

Labels

C/C++All about C and C++ codebugSomething isn't workingcode designAll about coding designjavascriptAll about javascript related issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions