Pavel Boytchev

Results 26 issues of Pavel Boytchev

The line object could hold more than 2 vertices, thus it could be a multi-segment line.

idea

There should be a simple way to access camera position, especially if there is `demo` or `orbit`. Possible issues is that if there is camera object, then setting its position...

idea

Automatic identification of left/right controllers (could use ideas from Virtual Prosthetics code).

improvement

Easier using of geometries and materials created directly with Three.js. For example: or threejs( ... )

idea

Objects `cone`, `cylinder`, `pyramid` and `prism` may use already existing property `closed`/`open` to define whether they are openended or not. Currently they are only close-ended.

idea

Easier access to mobile device sensor data (and converting these data to more useful data)

idea

ConvolutionShader after HalftoneShader causes compilation fail in shaders: * vertex shader: 'KERNEL_SIZE_FLOAT' : undeclared identifier * fragment shader: 'KERNEL_SIZE_INT' : undeclared identifier ```js var effects = new Effects( renderer )...

bug

If a shader contains local functions or local defines, and if the shader is used twice, there is no need to make two copies of these functions and defines.

enhancement