General

Profile

jian sun

  • Login: jessesally
  • Email: jessesally@hotmail.com
  • Are you a spammer?: No
  • Registered on: 10/10/2016
  • Last connection: 10/18/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 1 2

Activity

10/24/2016

01:39 AM Wt Help: RE: what's the best way to update big chunks of dynamic vertex data?
In webgl.wt I call bufferDatafv multiple times per second,
bufferDatafv(ARRAY\_BUFFER, data.begin(), data.end(), ST...
jian sun

10/18/2016

09:27 PM Wt Help: RE: Charts: how to make cursor track data points on scatter chart?
server can listen to mousemove and snap the data in server,
pContainerWidget\_->mouseMoved().connect(this, &xxx::...
jian sun
08:07 PM Wt Help: RE: what's the best way to update big chunks of dynamic vertex data?
What I need is to stream a memory resource to client, client download the image(s), reconstruct vertex buffer(could b... jian sun

10/17/2016

12:48 AM Wt Help: RE: what's the best way to update big chunks of dynamic vertex data?
server render a scene to depth and color buffer, stream both buffers to client, client/javascript can reconstruct 3d ... jian sun

10/14/2016

03:34 AM Wt Help: RE: what's the best way to update big chunks of dynamic vertex data?
In server send resulting image case, client side need to do calculation on every image received, basically update a v... jian sun

10/13/2016

08:37 PM Wt Feature #5336: webgl add OnCameraChange JSignal
camera change event does not need to be accumulate, it is a status / flag. It is important for interactively web, it ... jian sun
07:13 PM Wt Feature #5336: webgl add OnCameraChange JSignal
Server need to know camera change, don't need to be real time and every client-side change. delayed update is ok.
H...
jian sun
05:21 AM Wt Feature #5337 (Feedback): WMatrix::translate support 3D
add
void translate(double x, double y, double z);
jian sun

10/12/2016

11:56 PM Wt Help: RE: what's the best way to update big chunks of dynamic vertex data?
Is it possible to add compress flag in bufferDatafv function, so the data transfer size can be reduced.
after zip, ...
jian sun
11:34 PM Wt Help: How to calculate FPS in WT?
Guess need doJavaScript, but not sure how?
jian sun

Also available in: Atom