p5.EasyCam icon indicating copy to clipboard operation
p5.EasyCam copied to clipboard

A p5.js library for easy 3D camera control.

Results 15 p5.EasyCam issues
Sort by recently updated
recently updated
newest added

In `dwgl.js` the `uniformT` function does not work when you try to pass more than 1 texture as uniforms to a fragment shader. I have discovered the fix. You need...

Hello, I`m using p5.js with Vuejs framework. It works fine but when I try to add easyCam library, it show that Dw.EasyCam is not defined. I do import 'p5/lib/p5.easycam'; library...

Is there a release for p5.EasyCam on npm or is this project built specifically for the global window namespace?

hi every body... i was trying to use HUD option with beginHUD and endHUD... there was no error, but nothing was shown... this is my code: ``` mainCam.beginHUD(RENDERER,500,500); mainCam.endHUD(RENDERER); ```...

First of all I must tell you that this is fantastic, congratulations for such a nice work. I have an issue that I'm not sure if can be corrected via...

I have tried to use EasyCam but the canvas doesn't show when I use easycam Here is my code: ```js var easycam; function setup() { createCanvas(400, 400, WEBGL); easycam =...

Fix for issue #5 renderer.camera() moved down to renderer._curCamera.camera() Note: All examples will need to be updated to link to p5 v0.7.2 See also: https://github.com/processing/p5.js/pull/3063

This repo appears to be abandoned. **The currently supported version of p5.EasyCam is now available as a community library on the p5.js website!** The new release works correctly with p5.js...

Peasy cam doesn't load with the simple example provided in the readme - any ideas? ``` Uncaught TypeError: renderer.camera is not a function at EasyCam.apply (p5.easycam.js:608) at EasyCam.update (p5.easycam.js:591) at...

HI again everybody :-) how can i limit the rotation angles? i mean for example no less than 5 degrees around x axis? thank you in advance @diwi please help!