forked from artoolkitx/artoolkitX.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
C/C++All about C and C++ codeAll about C and C++ codebugSomething isn't workingSomething isn't workingcode designAll about coding designAll about coding designjavascriptAll about javascript related issuesAll about javascript related issues
Description
Actually the getCameraMatrix()
artoolkitX.js/Source/artoolkitX.api.js
Lines 412 to 414 in a06cb35
| ARController.prototype.getCameraMatrix = function (nearPlane, farPlane) { | |
| return artoolkitXjs._arwGetProjectionMatrix(nearPlane, farPlane); | |
| }; |
_arwGetProjectionMatrix but we have already a getProjectionMatrix in ARX_additions.jshttps://github.com/augmentmy-world/artoolkitx/blob/3710b8236efb629c30bb189a3e9d7e196a00662e/Source/artoolkitx.js/ARX_additions.js#L12-L23
Maybe we should use this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C/C++All about C and C++ codeAll about C and C++ codebugSomething isn't workingSomething isn't workingcode designAll about coding designAll about coding designjavascriptAll about javascript related issuesAll about javascript related issues