engine icon indicating copy to clipboard operation
engine copied to clipboard

Go 3D Game Engine (http://g3n.rocks)

Results 47 engine issues
Sort by recently updated
recently updated
newest added

Hi, i'd like to calc an angle of an vector relative to a box. is there a way to split a box into faces (or planes) to check for intersection...

Would it be hard to use g3n engine with GoMobile? https://github.com/golang/go/wiki/Mobile I could not find a 3D engine for GoMobile. Maybe it could be a target for g3n as well?

mobile
wasm

Render starts to lag when I draw a lot of objects. In Unity, you can choose to render only objects visible by the camera. Is there the same option in...

Finally following up to #124 on my ancient promises of an alternative camera control to Orbit. I see there is also PR #196 and #262 for something similar. I used...

Are there any (camera) controls available besides the orbit control? For example, a FPS-style control? A quick look at the `camera.OrbitControl` doesn't show that it implements any sort of control...

enhancement

The app scene window in comes into the task bar (dock), but not shown as window in mac. it happens randomly. Do you have any Idea why the app scene...

Due to the high resolution of the computer screen, the scene display is only a quarter of the interface, which needs to be modified: //width, height := a.GetSize() width, height...