Buffer object that contains the (optional) normal vectors.
public SoSFBufferObject normalBuffer { get; }
Public ReadOnly Property normalBuffer As SoSFBufferObject Get
public: property SoSFBufferObject^ normalBuffer { SoSFBufferObject^ get (); }
member normalBuffer : SoSFBufferObject with get
Default is no buffer. Note: This buffer must be an SoCpuBufferObject or an SoGLBufferObject with target = ARRAY_BUFFER.