-
Posts
18 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
HenryPeng's Achievements
Newbie (1/14)
3
Reputation
-
HenryPeng changed their profile photo
-
LookAt / Rotate towards a point using only x and y coordinates
HenryPeng replied to rainerpl's topic in Questions & Answers
-
LookAt / Rotate towards a point using only x and y coordinates
HenryPeng replied to rainerpl's topic in Questions & Answers
I have a question. How to change its rotation in 3D space, not only change rotation.y. @iiceman -
I think ColorCurves mybe a good way, But I try to change it between color and black-and-white. it doesn't work wel, just change once.. And it also brings some errors http://www.babylonjs-playground.com/#11BH6Z#163
-
HenryPeng reacted to a post in a topic: How to change mesh material to gray
-
I won't change light or camera, just change on mesh
-
HenryPeng reacted to a post in a topic: How to change mesh material to gray
-
Hi, @aWeirdo, The example you gived has lost its texture, I hope it can save its texture and change gray to let it looks like a Black and white photo but not only one color photo.
-
I have tried it , but it doesn't work well.
-
Hi, @aWeirdo, haha, I hnow that , I want to make a mesh with material gray. Dude is given out, change him
-
Here is the Dude , http://www.babylonjs-playground.com/#11BH6Z#103 ,Make him gray please!
-
Hi, people. I have two problems. (1) I want to make a mesh change its material color for gray, As a colorful person is changed to gray one. Maybe "Dude" can be used to be an example. I hope to change him . (2)I want to put another material with a texture on a mesh, fix the material or add it? Should I write a shader for it? then how should I do?
-
Kemal UÇAR reacted to a post in a topic: draw a line with material
-
thanks for your idea! But I dot think it work well except object like rope or other entities
-
Kemal UÇAR reacted to a post in a topic: draw a line with material
-
Hey! I want to draw a line with materials as a mesh in scene, like lightning, rope or other things. And it's better that the line can be set start position and end position. I need an idea or an example
-
I have two questions for mesh. I hope someone can give me help. (1) How to make a mesh that just like plane always face a camera? (2)When the mesh1 has mesh2 as parent, how to control the mesh1 face camera while mesh2 changing rotation ?
-
@Nockawa
-
I need to show some particles on canvas2d, how could i do it?
-
the worldSpaceCanvas can't use pointEvent in ORTHOGRAPHIC_CAMERA
HenryPeng replied to MasterK's topic in Questions & Answers
@Nockawa here is an exmaple http://www.babylonjs-playground.com/#17SO3P#0 you can find the issue